|
32 | 32 | android:requestLegacyExternalStorage="true" |
33 | 33 | android:roundIcon="@mipmap/ic_launcher_round" |
34 | 34 | android:supportsRtl="true" |
35 | | - android:theme="@style/StartupTheme" |
| 35 | + android:theme="@style/BaseTheme" |
36 | 36 | tools:targetApi="tiramisu"> |
37 | 37 |
|
38 | 38 | <activity |
|
126 | 126 | android:launchMode="singleTask" |
127 | 127 | android:screenOrientation="locked" |
128 | 128 | android:supportsPictureInPicture="true" |
| 129 | + android:theme="@style/SplashScreenTheme" |
129 | 130 | android:windowSoftInputMode="adjustPan"> |
130 | 131 | <!-- allow being recognized as a music player --> |
131 | 132 | <intent-filter> |
|
143 | 144 | android:roundIcon="@mipmap/ic_launcher_round" |
144 | 145 | android:supportsPictureInPicture="true" |
145 | 146 | android:targetActivity=".ui.activities.MainActivity" |
| 147 | + android:theme="@style/SplashScreenTheme" |
146 | 148 | android:windowSoftInputMode="adjustPan"> |
147 | 149 | <intent-filter> |
148 | 150 | <action android:name="android.intent.action.MAIN" /> |
|
161 | 163 | android:roundIcon="@mipmap/ic_gradient_round" |
162 | 164 | android:supportsPictureInPicture="true" |
163 | 165 | android:targetActivity=".ui.activities.MainActivity" |
| 166 | + android:theme="@style/SplashScreenTheme" |
164 | 167 | android:windowSoftInputMode="adjustPan"> |
165 | 168 | <intent-filter> |
166 | 169 | <action android:name="android.intent.action.MAIN" /> |
|
180 | 183 | android:roundIcon="@mipmap/ic_launcher_light_round" |
181 | 184 | android:supportsPictureInPicture="true" |
182 | 185 | android:targetActivity=".ui.activities.MainActivity" |
| 186 | + android:theme="@style/SplashScreenTheme" |
183 | 187 | android:windowSoftInputMode="adjustPan"> |
184 | 188 | <intent-filter> |
185 | 189 | <action android:name="android.intent.action.MAIN" /> |
|
199 | 203 | android:roundIcon="@mipmap/ic_fire_round" |
200 | 204 | android:supportsPictureInPicture="true" |
201 | 205 | android:targetActivity=".ui.activities.MainActivity" |
| 206 | + android:theme="@style/SplashScreenTheme" |
202 | 207 | android:windowSoftInputMode="adjustPan"> |
203 | 208 | <intent-filter> |
204 | 209 | <action android:name="android.intent.action.MAIN" /> |
|
218 | 223 | android:roundIcon="@mipmap/ic_flame_round" |
219 | 224 | android:supportsPictureInPicture="true" |
220 | 225 | android:targetActivity=".ui.activities.MainActivity" |
| 226 | + android:theme="@style/SplashScreenTheme" |
221 | 227 | android:windowSoftInputMode="adjustPan"> |
222 | 228 | <intent-filter> |
223 | 229 | <action android:name="android.intent.action.MAIN" /> |
|
237 | 243 | android:roundIcon="@mipmap/ic_shaped_round" |
238 | 244 | android:supportsPictureInPicture="true" |
239 | 245 | android:targetActivity=".ui.activities.MainActivity" |
| 246 | + android:theme="@style/SplashScreenTheme" |
240 | 247 | android:windowSoftInputMode="adjustPan"> |
241 | 248 | <intent-filter> |
242 | 249 | <action android:name="android.intent.action.MAIN" /> |
|
254 | 261 | android:roundIcon="@mipmap/ic_torch_round" |
255 | 262 | android:supportsPictureInPicture="true" |
256 | 263 | android:targetActivity=".ui.activities.MainActivity" |
| 264 | + android:theme="@style/SplashScreenTheme" |
257 | 265 | android:windowSoftInputMode="adjustPan"> |
258 | 266 | <intent-filter> |
259 | 267 | <action android:name="android.intent.action.MAIN" /> |
|
273 | 281 | android:roundIcon="@mipmap/ic_legacy_round" |
274 | 282 | android:supportsPictureInPicture="true" |
275 | 283 | android:targetActivity=".ui.activities.MainActivity" |
| 284 | + android:theme="@style/SplashScreenTheme" |
276 | 285 | android:windowSoftInputMode="adjustPan"> |
277 | 286 | <intent-filter> |
278 | 287 | <action android:name="android.intent.action.MAIN" /> |
|
292 | 301 | android:roundIcon="@mipmap/ic_bird_round" |
293 | 302 | android:supportsPictureInPicture="true" |
294 | 303 | android:targetActivity=".ui.activities.MainActivity" |
| 304 | + android:theme="@style/SplashScreenTheme" |
295 | 305 | android:windowSoftInputMode="adjustPan"> |
296 | 306 | <intent-filter> |
297 | 307 | <action android:name="android.intent.action.MAIN" /> |
|
0 commit comments