aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/drawable
diff options
context:
space:
mode:
authorThialfihar <thi@thialfihar.org>2015-06-26 11:08:26 +0200
committerThialfihar <thi@thialfihar.org>2015-07-21 20:50:32 +0200
commit13983be7998ea28cc4b8882e1b45eff5ca4986a6 (patch)
tree58cd1963fb4b7106ca7e81ed1c6c19e5217e9e79 /OpenKeychain/src/main/res/drawable
parent58cb6bb4b70795213f9609682c68d0025e0bab56 (diff)
downloadopen-keychain-13983be7998ea28cc4b8882e1b45eff5ca4986a6.tar.gz
open-keychain-13983be7998ea28cc4b8882e1b45eff5ca4986a6.tar.bz2
open-keychain-13983be7998ea28cc4b8882e1b45eff5ca4986a6.zip
Make header text and tertiary text color themeable
Diffstat (limited to 'OpenKeychain/src/main/res/drawable')
-rw-r--r--OpenKeychain/src/main/res/drawable/section_header.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenKeychain/src/main/res/drawable/section_header.xml b/OpenKeychain/src/main/res/drawable/section_header.xml
index 04d3d4957..4bee8049b 100644
--- a/OpenKeychain/src/main/res/drawable/section_header.xml
+++ b/OpenKeychain/src/main/res/drawable/section_header.xml
@@ -6,6 +6,6 @@
android:height="2dp"
android:width="1000dp" />
- <solid android:color="@color/header_text" />
+ <solid android:color="?attr/colorHeaderText" />
-</shape> \ No newline at end of file
+</shape>