mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-07 18:42:53 +00:00
Display a notice if the user does not have any conversation
This commit is contained in:
@ -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"
|
||||
|
@ -175,4 +175,5 @@
|
||||
<string name="err_get_post_info">An error occurred while trying to get post information!</string>
|
||||
<string name="notice_no_notification">You do not have any notification yet.</string>
|
||||
<string name="notice_no_post_user_page">There is not any post on this page yet.</string>
|
||||
<string name="notice_no_conversation">You do not have any conversation yet.</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user