aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout
diff options
context:
space:
mode:
authorThialfihar <thi@thialfihar.org>2015-06-26 17:13:19 +0200
committerThialfihar <thi@thialfihar.org>2015-07-21 20:56:42 +0200
commit31eece0e277d4ede24d7ab419f7279e8952aedf7 (patch)
tree494b2efe42d4c0c4b82263d3fb5830043f94a64c /OpenKeychain/src/main/res/layout
parent17e8b663a86c9ef005e9577afbf9096329d13725 (diff)
downloadopen-keychain-31eece0e277d4ede24d7ab419f7279e8952aedf7.tar.gz
open-keychain-31eece0e277d4ede24d7ab419f7279e8952aedf7.tar.bz2
open-keychain-31eece0e277d4ede24d7ab419f7279e8952aedf7.zip
Update recent decrypt changes to use new theme attributes
Diffstat (limited to 'OpenKeychain/src/main/res/layout')
-rw-r--r--OpenKeychain/src/main/res/layout/decrypt_list_entry.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenKeychain/src/main/res/layout/decrypt_list_entry.xml b/OpenKeychain/src/main/res/layout/decrypt_list_entry.xml
index 92f366eda..048595dd8 100644
--- a/OpenKeychain/src/main/res/layout/decrypt_list_entry.xml
+++ b/OpenKeychain/src/main/res/layout/decrypt_list_entry.xml
@@ -7,7 +7,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="4dp"
- custom:cardBackgroundColor="@android:color/white"
+ custom:cardBackgroundColor="?attr/colorCardViewBackground"
custom:cardElevation="2dp"
custom:cardUseCompatPadding="true"
custom:cardCornerRadius="4dp"
@@ -320,4 +320,4 @@
</org.sufficientlysecure.keychain.ui.widget.ToolableViewAnimator>
-</android.support.v7.widget.CardView> \ No newline at end of file
+</android.support.v7.widget.CardView>