diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-04-01 20:22:38 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-04-01 20:22:38 +0200 |
commit | c2f72e3d8c91f92cc8cfe6480196a2f55d9e4364 (patch) | |
tree | 2ff80905d36d18890ceb91c568fb1da22322bd84 /src/main/res/values | |
parent | 02ceb5cb2eac35710528e539f9d279d7f6a781a7 (diff) |
finished app compat themeing
Diffstat (limited to '')
-rw-r--r-- | src/main/res/values/attrs.xml | 3 | ||||
-rw-r--r-- | src/main/res/values/themes.xml | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/main/res/values/attrs.xml b/src/main/res/values/attrs.xml index f9bdae03a..4707136cb 100644 --- a/src/main/res/values/attrs.xml +++ b/src/main/res/values/attrs.xml @@ -11,9 +11,6 @@ <attr name="color_background_primary" format="reference|color" /> <attr name="color_warning" format="reference|color"/> - <attr name="color_text_primary" format="reference|color" /> - <attr name="color_text_secondary" format="reference|color" /> - <attr name="icon_add_group" format="reference" /> <attr name="icon_add_person" format="reference" /> <attr name="icon_cancel" format="reference" /> diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml index 4db3ae107..8a7113b16 100644 --- a/src/main/res/values/themes.xml +++ b/src/main/res/values/themes.xml @@ -6,9 +6,6 @@ <item name="colorPrimaryDark">@color/primary_dark</item> <item name="colorAccent">@color/accent</item> - <item name="color_text_primary">@color/black87</item> - <item name="color_text_secondary">@color/black54</item> - <item name="color_background_primary">@color/grey50</item> <item name="color_background_secondary">@color/grey200</item> |