Colored settings
This commit is contained in:
parent
01a4119a8d
commit
a5a27e62aa
9 changed files with 114 additions and 51 deletions
|
@ -54,5 +54,8 @@
|
|||
<declare-styleable name="InsettableFrameLayout_Layout">
|
||||
<attr name="layout_ignoreInsets" format="boolean" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="ColorIconsImageView">
|
||||
<attr name="iconBackgroundColor" format="color" />
|
||||
<attr name="icon" format="reference" />
|
||||
</declare-styleable>
|
||||
</resources>
|
|
@ -4,4 +4,6 @@
|
|||
<color name="eighty_percent_black_overlay">#80000000</color>
|
||||
<color name="app_shortcut_default_foreground">#607d8b</color>
|
||||
<color name="app_shortcut_default_background">#f5f5f5</color>
|
||||
<color name="md_indigo_A400">#3D5AFE</color>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue