aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-04-15 23:08:41 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-04-15 23:08:41 +0200
commit9df498b7144dcb77cbdcef70a4f609c01e7d3bbc (patch)
tree2af5f5f252d0a2d04d8477dc8cbbe767c11aafc6 /OpenKeychain/src/main/res
parent1e22b28c2e8a8da1bd045d40e3a3ae86ed13bbcf (diff)
downloadopen-keychain-9df498b7144dcb77cbdcef70a4f609c01e7d3bbc.tar.gz
open-keychain-9df498b7144dcb77cbdcef70a4f609c01e7d3bbc.tar.bz2
open-keychain-9df498b7144dcb77cbdcef70a4f609c01e7d3bbc.zip
Fix ViewHolder in ImportKeysAdapter
Diffstat (limited to 'OpenKeychain/src/main/res')
-rw-r--r--OpenKeychain/src/main/res/layout/import_keys_list_entry.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenKeychain/src/main/res/layout/import_keys_list_entry.xml b/OpenKeychain/src/main/res/layout/import_keys_list_entry.xml
index 8f74e55fc..ba8ff91ca 100644
--- a/OpenKeychain/src/main/res/layout/import_keys_list_entry.xml
+++ b/OpenKeychain/src/main/res/layout/import_keys_list_entry.xml
@@ -18,7 +18,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
- android:paddingLeft="4dp"
android:paddingRight="?android:attr/scrollbarSize"
android:singleLine="true">
@@ -26,6 +25,8 @@
android:id="@+id/selected"
android:layout_width="wrap_content"
android:layout_height="match_parent"
+ android:layout_marginLeft="4dp"
+ android:layout_marginRight="4dp"
android:clickable="false"
android:focusable="false"
android:focusableInTouchMode="false" />