aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-03-16 22:34:28 +0100
committerChristian Schneppe <christian@pix-art.de>2018-03-16 22:34:28 +0100
commit23f8b7e175cbee351d086f0b6ded70fb6aaaa26e (patch)
tree03aace1a32018217c523c8b95844a22355df298d /src/main/res/values/attrs.xml
parent3b65baa17217ce55665c583d99295af3c8fa4c3f (diff)
change key activities to cards
Diffstat (limited to 'src/main/res/values/attrs.xml')
-rw-r--r--src/main/res/values/attrs.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/res/values/attrs.xml b/src/main/res/values/attrs.xml
index 17c1c5607..208a60cfb 100644
--- a/src/main/res/values/attrs.xml
+++ b/src/main/res/values/attrs.xml
@@ -7,6 +7,10 @@
<attr name="TextSeparation" format="dimension"/>
<attr name="IconSize" format="dimension" />
+ <attr name="color_background_secondary" format="reference|color" />
+ <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" />