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 | 1 |
1 files changed, 1 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 index 530f17c8..2e0dc99d 100644 --- a/app/src/main/res/layout/item_no_comment_placeholder.xml +++ b/app/src/main/res/layout/item_no_comment_placeholder.xml @@ -12,6 +12,7 @@ android:src="@drawable/error_image" /> <TextView + android:id="@+id/error_text_view_item_no_comment_placeholder" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" |