Display a notice when the user does not have any notification.

This commit is contained in:
Pierre
2018-04-14 16:50:20 +02:00
parent f9156f8e6a
commit f7fef9905b
3 changed files with 33 additions and 0 deletions

View File

@ -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"