aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/drawable
diff options
context:
space:
mode:
authorThialfihar <thi@thialfihar.org>2015-06-26 11:33:53 +0200
committerThialfihar <thi@thialfihar.org>2015-07-21 20:50:32 +0200
commit0f6acbd03022b5f74a37c56e08bee11032428f70 (patch)
treef4fe02569612eafe0a1314be526c26006584807d /OpenKeychain/src/main/res/drawable
parentfe9c802bbb318aef9cd2fbcaa85fc761b1797086 (diff)
downloadopen-keychain-0f6acbd03022b5f74a37c56e08bee11032428f70.tar.gz
open-keychain-0f6acbd03022b5f74a37c56e08bee11032428f70.tar.bz2
open-keychain-0f6acbd03022b5f74a37c56e08bee11032428f70.zip
Make FAB colors themeable
Diffstat (limited to 'OpenKeychain/src/main/res/drawable')
-rw-r--r--OpenKeychain/src/main/res/drawable/fab_label_background.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenKeychain/src/main/res/drawable/fab_label_background.xml b/OpenKeychain/src/main/res/drawable/fab_label_background.xml
index 0d8c05b11..aa5e0a88e 100644
--- a/OpenKeychain/src/main/res/drawable/fab_label_background.xml
+++ b/OpenKeychain/src/main/res/drawable/fab_label_background.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
- <solid android:color="@color/black_semi_transparent"/>
+ <solid android:color="?attr/colorFabBackground"/>
<padding
android:left="16dp"
android:top="4dp"
@@ -8,4 +8,4 @@
android:bottom="4dp"/>
<corners
android:radius="2dp"/>
-</shape> \ No newline at end of file
+</shape>