aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/log_display_item.xml
diff options
context:
space:
mode:
authorThialfihar <thi@thialfihar.org>2015-06-26 11:36:03 +0200
committerThialfihar <thi@thialfihar.org>2015-07-21 20:50:32 +0200
commit9f3ecf6bc005579cbdbc6ee832aea75f43bf91c4 (patch)
treea788e3551e4e37608034531564cdc2de13e281ea /OpenKeychain/src/main/res/layout/log_display_item.xml
parent0f6acbd03022b5f74a37c56e08bee11032428f70 (diff)
downloadopen-keychain-9f3ecf6bc005579cbdbc6ee832aea75f43bf91c4.tar.gz
open-keychain-9f3ecf6bc005579cbdbc6ee832aea75f43bf91c4.tar.bz2
open-keychain-9f3ecf6bc005579cbdbc6ee832aea75f43bf91c4.zip
Make log background themeable
Diffstat (limited to 'OpenKeychain/src/main/res/layout/log_display_item.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/log_display_item.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenKeychain/src/main/res/layout/log_display_item.xml b/OpenKeychain/src/main/res/layout/log_display_item.xml
index d35413185..25249003f 100644
--- a/OpenKeychain/src/main/res/layout/log_display_item.xml
+++ b/OpenKeychain/src/main/res/layout/log_display_item.xml
@@ -15,7 +15,7 @@
android:layout_height="match_parent"
android:id="@+id/log_img"
android:minWidth="10dp"
- android:background="@color/bg_gray" />
+ android:background="?attr/colorLogBackground" />
<TextView
android:layout_width="0dp"
@@ -53,7 +53,7 @@
android:layout_height="match_parent"
android:id="@+id/log_second_img"
android:minWidth="10dp"
- android:background="@color/bg_gray" />
+ android:background="?attr/colorLogBackground" />
<TextView
android:layout_width="0dp"
@@ -67,4 +67,4 @@
android:layout_gravity="center_vertical"/>
</LinearLayout>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>