make list item text elements single-line to prevent long-named

wordlists from looking ugly
This commit is contained in:
Eric House 2014-06-24 07:08:05 -07:00
parent eac5e1dd65
commit e36f68a1d0

View file

@ -29,6 +29,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:textAppearance="?android:attr/textAppearanceMedium"
android:singleLine="true"
/>
<TextView android:id="@+id/text_item2"
@ -36,6 +37,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="right"
android:singleLine="true"
android:visibility="gone"
/>