Fix ViewHolder in ImportKeysAdapter

This commit is contained in:
Dominik Schürmann
2014-04-15 23:08:41 +02:00
parent 1e22b28c2e
commit 9df498b714
2 changed files with 30 additions and 25 deletions

View File

@@ -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" />