Display briefly the messages of a conversation

This commit is contained in:
Pierre
2017-12-18 17:55:33 +01:00
parent fd3ba109fc
commit 3a70883eff
4 changed files with 81 additions and 10 deletions

View File

@ -3,9 +3,10 @@
android:orientation="vertical" android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="hello conversation"/>
<ListView
android:id="@+id/fragment_conversation_messageslist"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
</LinearLayout>