We shouldn't be setting a minimum item height in the message view.
This commit is contained in:
parent
77cec02a8f
commit
2733254832
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue