mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-17 15:05:03 -05:00
list items stop jumping out from under fingers as counts are returned from the database were
leading to a really bad user experience. This change sets up min-item-heights per discussion with cketti to stop that.
This commit is contained in:
parent
6562d43f56
commit
9a816fc2f4
@ -3,6 +3,7 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="?android:attr/listPreferredItemHeight"
|
||||
android:orientation="horizontal"
|
||||
android:paddingRight="6dip"
|
||||
android:paddingBottom="2dip"
|
||||
|
@ -3,6 +3,7 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="?android:attr/listPreferredItemHeight"
|
||||
android:paddingRight="4dip"
|
||||
android:paddingBottom="2dip"
|
||||
android:orientation="horizontal"
|
||||
|
@ -3,6 +3,7 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="?android:attr/listPreferredItemHeight"
|
||||
android:orientation="horizontal"
|
||||
android:paddingRight="1dip"
|
||||
android:paddingTop="2dip"
|
||||
|
Loading…
Reference in New Issue
Block a user