aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/key_list_item.xml
diff options
context:
space:
mode:
authorrohands <rohan0495@gmail.com>2015-09-20 20:20:43 +0530
committerrohands <rohan0495@gmail.com>2015-09-20 20:20:43 +0530
commitafbf2b36cf07e3225e186f1ce555927e5240f100 (patch)
treeb7290fce9a0df09e51408d8e15abb8183e4f8906 /OpenKeychain/src/main/res/layout/key_list_item.xml
parent50f404ccddd30becf1d69129f493a2620110ed4d (diff)
downloadopen-keychain-afbf2b36cf07e3225e186f1ce555927e5240f100.tar.gz
open-keychain-afbf2b36cf07e3225e186f1ce555927e5240f100.tar.bz2
open-keychain-afbf2b36cf07e3225e186f1ce555927e5240f100.zip
Updated
Diffstat (limited to 'OpenKeychain/src/main/res/layout/key_list_item.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/key_list_item.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/layout/key_list_item.xml b/OpenKeychain/src/main/res/layout/key_list_item.xml
index 80be0ec34..88c19c1a6 100644
--- a/OpenKeychain/src/main/res/layout/key_list_item.xml
+++ b/OpenKeychain/src/main/res/layout/key_list_item.xml
@@ -123,7 +123,8 @@
android:layout_gravity="center"
android:src="@drawable/ic_repeat_grey_24dp"
android:padding="12dp"
- android:background="?android:selectableItemBackground" />
+ android:background="?android:selectableItemBackground"
+ android:contentDescription="@string/exchange_keys"/>
</LinearLayout>