mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05: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:
parent
26fe9b7757
commit
2c20413af6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user