Change toast background color in dark theme

This commit is contained in:
M66B 2019-10-19 22:23:55 +02:00
parent e09a5beec1
commit 421538abaf
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@
<!-- Grey 800 -->
<color name="darkPrimary">#424242</color>
<color name="darkPrimaryDark">#1b1b1b</color>
<color name="darkPrimaryLight">#6d6d6d</color>
<!-- Grey 800 / Blue grey 300 -->
<color name="greyPrimary">#424242</color>

View File

@ -92,7 +92,7 @@
<item name="colorFabBackground">@color/colorAccent</item>
<item name="colorToastForeground">@color/white</item>
<item name="colorToastBackground">@color/colorPrimaryDark</item>
<item name="colorToastBackground">@color/darkPrimaryLight</item>
<item name="activatableItemBackground">@drawable/activatable_item_background_dark</item>