fix list item layout to have variable height so it doesn't clip dict

listings that wrap to a second line -- e.g. the Spanish_FAA ones.
This commit is contained in:
Andy2 2010-12-16 06:24:47 -08:00
parent 647443c03e
commit 16933d14c1

View file

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