aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/key_list_content.xml
diff options
context:
space:
mode:
authorThialfihar <thi@thialfihar.org>2015-06-26 11:11:06 +0200
committerThialfihar <thi@thialfihar.org>2015-07-21 20:50:32 +0200
commitfe9c802bbb318aef9cd2fbcaa85fc761b1797086 (patch)
tree2ff7abd7bf6ea4f0125ac80c8f1d551ab0de1431 /OpenKeychain/src/main/res/layout/key_list_content.xml
parent7df68919a9cec99f64e9ee47436f7b3373863b4c (diff)
downloadopen-keychain-fe9c802bbb318aef9cd2fbcaa85fc761b1797086.tar.gz
open-keychain-fe9c802bbb318aef9cd2fbcaa85fc761b1797086.tar.bz2
open-keychain-fe9c802bbb318aef9cd2fbcaa85fc761b1797086.zip
Make button row background themeable
Diffstat (limited to 'OpenKeychain/src/main/res/layout/key_list_content.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/key_list_content.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/layout/key_list_content.xml b/OpenKeychain/src/main/res/layout/key_list_content.xml
index bd0239da7..146367082 100644
--- a/OpenKeychain/src/main/res/layout/key_list_content.xml
+++ b/OpenKeychain/src/main/res/layout/key_list_content.xml
@@ -23,7 +23,7 @@
<!--<LinearLayout
android:orientation="vertical"
- android:background="@color/holo_gray_bright"
+ android:background="?attr/colorButtonRow"
android:layout_width="match_parent"
android:layout_height="wrap_content">