We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69dc888 commit e2495bfCopy full SHA for e2495bf
app/src/main/res/values/themes.xml
@@ -18,9 +18,10 @@
18
19
<style name="AppTheme" parent="Theme.AppCompat.Light">
20
21
- <!-- neutral colors to cover cases like startup before dynamic theme can be applied -->
22
- <item name="colorPrimary">@color/subtleGrayTwo</item>
23
- <item name="colorPrimaryDark">@color/subtleGrayTwo</item>
+ <!-- These neutral colors cover cases before dynamic theme can be applied
+ such as the app launch color -->
+ <item name="colorPrimary">@color/almostBlackDark</item>
24
+ <item name="colorPrimaryDark">@color/almostBlackDark</item>
25
26
<item name="android:windowBackground">?attr/colorPrimaryDark</item>
27
<item name="windowActionBar">false</item>
0 commit comments