1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Permit the folder list item to expand vertically.

Prior to this, in cases where the folder name wraps to mulitiple lines,
it could overflow its box and the overflow was hidden.
This commit is contained in:
Joe Steele 2012-09-30 23:05:32 -04:00
parent 26fe9b7757
commit 2c20413af6

View File

@ -23,7 +23,7 @@
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical"
android:gravity="center_vertical"