Added no message notcie

This commit is contained in:
Pierre
2017-12-31 17:31:20 +01:00
parent 4d71757a92
commit fc9d09fcd4
3 changed files with 35 additions and 4 deletions

View File

@ -11,6 +11,15 @@
android:layout_gravity="center"
android:layout_marginTop="10dp"/>
<!-- No message notice -->
<TextView
android:id="@+id/fragment_conversation_noMsgYet"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/fragment_conversation_no_msg"
android:textAlignment="center"
android:layout_marginTop="10dp"/>
<!-- Messages -->
<ListView
android:id="@+id/fragment_conversation_messageslist"