mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-07 18:42:53 +00:00
Display a notice on friends fragment when the user does not have any friend.
This commit is contained in:
@ -10,6 +10,15 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerHorizontal="true" />
|
||||
|
||||
<!-- No friend notice -->
|
||||
<TextView
|
||||
android:id="@+id/no_friend_notice"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/notice_no_friend"
|
||||
android:textAlignment="center"
|
||||
android:layout_marginTop="50dp"/>
|
||||
|
||||
<ListView
|
||||
android:id="@+id/fragment_friendslist_listview"
|
||||
android:layout_width="match_parent"
|
||||
|
@ -176,4 +176,5 @@
|
||||
<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>
|
||||
<string name="notice_no_friend">You do not have any friend yet.</string>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user