Improved views layout

This commit is contained in:
Pierre
2017-12-19 19:18:33 +01:00
parent 0f2f28ec36
commit e04ec17272
3 changed files with 83 additions and 23 deletions

View File

@ -7,6 +7,8 @@
android:id="@+id/fragment_conversation_messageslist"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
android:layout_weight="1"
android:divider="@null"
/>
</LinearLayout>