Fix size of ListView
in message list widget
This commit is contained in:
parent
bab62efe27
commit
86ae99dd6e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
<ListView android:id="@+id/listView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:background="@android:color/white"
|
||||
android:divider="@color/message_list_widget_divider"
|
||||
android:dividerHeight="0.5dp" />
|
||||
|
|
Loading…
Reference in a new issue