mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-30 13:12:25 -05:00
clean up the folder list item chips
This commit is contained in:
parent
7ba68dbc3c
commit
65ed9072bf
@ -6,7 +6,6 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:minHeight="?android:attr/listPreferredItemHeight"
|
android:minHeight="?android:attr/listPreferredItemHeight"
|
||||||
android:paddingRight="4dip"
|
android:paddingRight="4dip"
|
||||||
android:paddingBottom="2dip"
|
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:gravity="center_vertical">
|
android:gravity="center_vertical">
|
||||||
|
|
||||||
@ -25,6 +24,8 @@
|
|||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:gravity="center_vertical"
|
android:gravity="center_vertical"
|
||||||
|
android:paddingBottom="2dip"
|
||||||
|
|
||||||
android:paddingLeft="6dip">
|
android:paddingLeft="6dip">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
|
Loading…
Reference in New Issue
Block a user