Fixed Splash screen when theme settings are changed
This commit is contained in:
parent
ad04c4e2ed
commit
7186071772
10 changed files with 14 additions and 50 deletions
|
@ -39,13 +39,12 @@
|
|||
android:supportsRtl="true"
|
||||
android:theme="@style/Theme.RetroMusic.FollowSystem"
|
||||
android:usesCleartextTraffic="true"
|
||||
tools:ignore="AllowBackup,GoogleAppIndexingWarning"
|
||||
tools:targetApi="m">
|
||||
<activity
|
||||
android:name=".activities.MainActivity"
|
||||
android:exported="true"
|
||||
android:launchMode="singleTop"
|
||||
android:theme="@style/SplashTheme">
|
||||
android:theme="@style/Theme.RetroMusic.SplashScreen">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<action android:name="android.intent.action.MUSIC_PLAYER" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue