diff options
Diffstat (limited to 'app/src/main/res/layout/item_no_comment_placeholder.xml')
-rw-r--r-- | app/src/main/res/layout/item_no_comment_placeholder.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_no_comment_placeholder.xml b/app/src/main/res/layout/item_no_comment_placeholder.xml new file mode 100644 index 00000000..becf93d4 --- /dev/null +++ b/app/src/main/res/layout/item_no_comment_placeholder.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<TextView xmlns:android="http://schemas.android.com/apk/res/android" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="@string/no_comments_yet" + android:gravity="center" + android:padding="36dp" + android:drawableTop="@drawable/no_comment_placeholder"/>
\ No newline at end of file |