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:
@@ -40,6 +40,11 @@
|
||||
<item name="apnPreferenceStyle">@style/ApnPreference</item>
|
||||
</style>
|
||||
|
||||
<style name="LaunchTheme" parent="Theme.AppCompat.DayNight.DarkActionBar">
|
||||
<item name="colorPrimary">@color/action_bar_background_color</item>
|
||||
<item name="colorPrimaryDark">@color/action_bar_background_color_dark</item>
|
||||
</style>
|
||||
|
||||
<style name="BugleTheme.ConversationActivity"
|
||||
parent="@style/BugleTheme.ConversationActivityBase">
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user