mirror of
https://github.com/pierre42100/ComunicAndroid
synced 2025-07-07 18:42:53 +00:00
Display a notice when the user does not have any notification.
This commit is contained in:
@ -11,6 +11,15 @@
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginTop="10dp"/>
|
||||
|
||||
<!-- No notification notice -->
|
||||
<TextView
|
||||
android:id="@+id/no_notification_notification_notice"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/notice_no_notification"
|
||||
android:layout_gravity="center"
|
||||
android:layout_marginTop="10dp"/>
|
||||
|
||||
<!-- Notifications list -->
|
||||
<ListView
|
||||
android:id="@+id/notificcation_list"
|
||||
|
@ -173,4 +173,5 @@
|
||||
<string name="button_reject_friend_request">Reject request</string>
|
||||
<string name="err_get_friendship_status">An error occurred while retrieving friendship status!</string>
|
||||
<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>
|
||||
</resources>
|
||||
|
Reference in New Issue
Block a user