make games list item as tall without delete button as is with.

This commit is contained in:
Andy2 2010-08-30 20:44:01 -07:00
parent 785ae531db
commit adf9c28e0d

View file

@ -14,7 +14,7 @@
>
<TextView android:id="@+id/text_item"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_height="32dp"
android:layout_weight="1"
android:textAppearance="?android:attr/textAppearanceMedium"
/>