From 9df498b7144dcb77cbdcef70a4f609c01e7d3bbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Tue, 15 Apr 2014 23:08:41 +0200 Subject: Fix ViewHolder in ImportKeysAdapter --- OpenKeychain/src/main/res/layout/import_keys_list_entry.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'OpenKeychain/src/main/res') 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" /> -- cgit v1.2.3