clean up the folder list item chips
This commit is contained in:
parent
7ba68dbc3c
commit
65ed9072bf
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:minHeight="?android:attr/listPreferredItemHeight"
|
||||
android:paddingRight="4dip"
|
||||
android:paddingBottom="2dip"
|
||||
android:orientation="horizontal"
|
||||
android:gravity="center_vertical">
|
||||
|
||||
|
@ -25,6 +24,8 @@
|
|||
android:layout_weight="1"
|
||||
android:orientation="vertical"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingBottom="2dip"
|
||||
|
||||
android:paddingLeft="6dip">
|
||||
|
||||
<TextView
|
||||
|
|
Loading…
Reference in a new issue