Set snackbar background color

This commit is contained in:
M66B 2018-09-17 06:15:14 +00:00
parent d653184aa9
commit 2cab6e2618
1 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools">
<color name="colorPrimary">#039be5</color>
<color name="colorPrimaryDark">#006db3</color>
<color name="colorAccent">#ffb300</color>
@ -23,6 +23,9 @@
<color name="darkColorDrawerText">#fff</color>
<color name="darkColorDrawerBackground">#222</color>
<!-- default: #323232 -->
<color name="design_snackbar_background_color" tools:override="true">#ff000000</color>
<!-- color picker -->
<color name="red">#F6402C</color>
<color name="pink">#EB1460</color>