Skip to content
Snippets Groups Projects
Verified Commit d737d42a authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixes #105

parent 9f3d8568
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="?listPreferredItemHeight"
android:descendantFocusability="blocksDescendants"
android:orientation="vertical">
<TextView
......@@ -53,6 +54,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="?listPreferredItemHeight"
android:descendantFocusability="blocksDescendants"
android:orientation="vertical">
<TextView
......
......@@ -22,7 +22,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:attr/selectableItemBackground"
android:focusable="true"
android:gravity="center_vertical"
android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:paddingEnd="?android:attr/listPreferredItemPaddingRight"
......
......@@ -22,7 +22,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:attr/selectableItemBackground"
android:focusable="true"
android:gravity="center_vertical"
android:minHeight="?android:attr/listPreferredItemHeightSmall"
android:paddingEnd="?android:attr/listPreferredItemPaddingRight"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment