1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

We shouldn't be setting a minimum item height in the message view.

This commit is contained in:
Jesse Vincent 2010-05-10 20:08:31 +00:00
parent 77cec02a8f
commit 2733254832

View File

@ -3,7 +3,6 @@
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"