diff --git a/xwords4/android/XWords4/res/layout/list_item.xml b/xwords4/android/XWords4/res/layout/list_item.xml index 28f02d06a..5b8b1f555 100644 --- a/xwords4/android/XWords4/res/layout/list_item.xml +++ b/xwords4/android/XWords4/res/layout/list_item.xml @@ -1,47 +1,53 @@ + xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:layout_weight="1" + android:focusable="true" + android:clickable="true" + android:textAppearance="?android:attr/textAppearanceLarge" + android:longClickable="true" + android:background="@android:drawable/list_selector_background" + android:orientation="vertical" + android:paddingTop="5dp" + android:paddingBottom="5dp" + > - + - + - + - + + + +