aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/attrs.xml
diff options
context:
space:
mode:
authorAdithya Abraham Philip <adithyaphilip@gmail.com>2015-08-06 00:20:48 +0530
committerAdithya Abraham Philip <adithyaphilip@gmail.com>2015-08-06 02:02:11 +0530
commitf17dabce8c85dbc2e9c18f068d84c398215b3ce9 (patch)
tree4df595faee9b7d9668e2f88356cfa442b9e5e77e /OpenKeychain/src/main/res/values/attrs.xml
parent7086a67c2e131542c0ce903e1a5db887deae59fe (diff)
downloadopen-keychain-f17dabce8c85dbc2e9c18f068d84c398215b3ce9.tar.gz
open-keychain-f17dabce8c85dbc2e9c18f068d84c398215b3ce9.tar.bz2
open-keychain-f17dabce8c85dbc2e9c18f068d84c398215b3ce9.zip
fixed crash on api < 21 due to drawable using attrs
Diffstat (limited to 'OpenKeychain/src/main/res/values/attrs.xml')
-rw-r--r--OpenKeychain/src/main/res/values/attrs.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/OpenKeychain/src/main/res/values/attrs.xml b/OpenKeychain/src/main/res/values/attrs.xml
index 5c570e62b..b36c6ae3e 100644
--- a/OpenKeychain/src/main/res/values/attrs.xml
+++ b/OpenKeychain/src/main/res/values/attrs.xml
@@ -3,19 +3,20 @@
<declare-styleable name="CustomTheme">
<attr name="colorFab" format="color" />
<attr name="colorFabPressed" format="color" />
- <attr name="colorFabBackground" format="color" />
+ <attr name="fabLabelBackgroundDrawable" format="reference" />
<attr name="colorFabText" format="color" />
<attr name="colorEmphasis" format="color" />
<attr name="colorHeaderText" format="color" />
<attr name="colorTertiaryText" format="color" />
<attr name="colorButtonRow" format="color" />
<attr name="colorLogBackground" format="color" />
- <attr name="colorCardViewHeaderDivider" format="color" />
+ <attr name="cardViewHeaderDrawable" format="reference" />
<attr name="colorText" format="color" />
<attr name="colorBrightToolbar" format="color" />
<attr name="colorCardViewBackground" format="color" />
<attr name="colorTabText" format="color" />
<attr name="colorTabTextSelected" format="color" />
<attr name="colorTabIndicator" format="color" />
+ <attr name="sectionHeaderDrawable" format="reference" />
</declare-styleable>
</resources>