Display a notice if the user does not have any conversation

This commit is contained in:
Pierre
2018-04-14 17:29:42 +02:00
parent a77254d098
commit 226404a2c4
4 changed files with 46 additions and 9 deletions

View File

@ -11,6 +11,16 @@
android:layout_height="wrap_content"
android:layout_gravity="center"/>
<!-- No conversation notice -->
<TextView
android:id="@+id/no_conversation_notice"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/notice_no_conversation"
android:layout_gravity="center"
android:layout_marginTop="10dp"/>
<!-- List of the conversations -->
<ListView
android:id="@+id/fragment_conversationslist_list"