Browse Source

Set snackbar background color

main
M66B 5 years ago
parent
commit
2cab6e2618
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      app/src/main/res/values/colors.xml

+ 4
- 1
app/src/main/res/values/colors.xml 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>


Loading…
Cancel
Save