Messaging: Use a DayNight launch theme
This prevents the white launch screen from appearing when the system theme is dark Change-Id: I861f9e5a58b4bb52385c75459fc4de73532d15a8
This commit is contained in:
committed by
Michael Bestas
parent
2970e7d0be
commit
657e0460fe
@@ -73,7 +73,7 @@
|
||||
android:screenOrientation="user"
|
||||
android:label="@string/app_name"
|
||||
android:exported="true"
|
||||
android:theme="@style/BugleTheme.ConversationListActivity">
|
||||
android:theme="@style/LaunchTheme">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
||||
Reference in New Issue
Block a user