aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2016-01-05 17:46:13 -0800
committerScott Jackson <daneren2005@gmail.com>2016-01-05 17:46:13 -0800
commit20b1e4ea96cbc61b3a2cc9d948bf21fe41f7b725 (patch)
tree7e436debe53429e3ac85e1d01cdbc86aa29b09b2 /app/src/main/res/values/attrs.xml
parent2ff02bf125d1f85517fde35d3a8bd927b87f1771 (diff)
downloaddsub-20b1e4ea96cbc61b3a2cc9d948bf21fe41f7b725.tar.gz
dsub-20b1e4ea96cbc61b3a2cc9d948bf21fe41f7b725.tar.bz2
dsub-20b1e4ea96cbc61b3a2cc9d948bf21fe41f7b725.zip
Update CardView to use themed version of card_rounded_corners (pre-L does not support attr colors)
Diffstat (limited to 'app/src/main/res/values/attrs.xml')
-rw-r--r--app/src/main/res/values/attrs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/attrs.xml b/app/src/main/res/values/attrs.xml
index e4fa4b5a..4206d9f0 100644
--- a/app/src/main/res/values/attrs.xml
+++ b/app/src/main/res/values/attrs.xml
@@ -55,7 +55,7 @@
<attr name="actionbarBackgroundColor" format="reference"/>
<attr name="drawerTitleStyle" format="reference"/>
<attr name="drawerSubtitleStyle" format="reference"/>
- <attr name="cardBackgroundColor" format="reference"/>
+ <attr name="cardBackgroundDrawable" format="reference"/>
<declare-styleable name="SeekBarPreference">
<attr name="min" format="integer"/>