Added no posts notice.

This commit is contained in:
Pierre HUBERT
2018-07-31 10:47:11 +02:00
parent 9058d059d8
commit d2fbd4213e
2 changed files with 34 additions and 2 deletions

View File

@ -18,6 +18,15 @@
android:layout_height="wrap_content"
android:layout="@layout/post_create_form" />
<!-- No post notice -->
<TextView
android:id="@+id/no_post_notice"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/notice_no_post_user_page"
android:layout_gravity="center"
android:layout_marginTop="10dp"/>
<!-- Posts target -->
<FrameLayout
android:id="@+id/posts_list_target"