Skip to content

Commit e2495bf

Browse files
committed
Update startup colors to better mask flicker when tearing down app after the fire button is pressed
1 parent 69dc888 commit e2495bf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/src/main/res/values/themes.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818

1919
<style name="AppTheme" parent="Theme.AppCompat.Light">
2020

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>
21+
<!-- These neutral colors cover cases before dynamic theme can be applied
22+
such as the app launch color -->
23+
<item name="colorPrimary">@color/almostBlackDark</item>
24+
<item name="colorPrimaryDark">@color/almostBlackDark</item>
2425

2526
<item name="android:windowBackground">?attr/colorPrimaryDark</item>
2627
<item name="windowActionBar">false</item>

0 commit comments

Comments
 (0)