Fix size of ListView in message list widget

This commit is contained in:
cketti 2022-10-20 12:08:36 +02:00
parent bab62efe27
commit 86ae99dd6e

View file

@ -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" />