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
1 changed files with 1 additions and 1 deletions

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"