From a22b491a30a3ced7953883f0f0dfc3b783eef281 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Wed, 26 Jun 2019 12:03:41 +0800 Subject: Fixed bugs in CommentRecyclerViewAdapter. Minor layout tweaks. --- .../item_load_comments_failed_placeholder.xml | 22 +++++++++++++++++----- .../res/layout/item_no_comment_placeholder.xml | 22 +++++++++++++++++----- 2 files changed, 34 insertions(+), 10 deletions(-) (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/item_load_comments_failed_placeholder.xml b/app/src/main/res/layout/item_load_comments_failed_placeholder.xml index 476d3d2d..25af5d14 100644 --- a/app/src/main/res/layout/item_load_comments_failed_placeholder.xml +++ b/app/src/main/res/layout/item_load_comments_failed_placeholder.xml @@ -1,8 +1,20 @@ - \ No newline at end of file + android:layout_marginTop="36dp" + android:orientation="vertical"> + + + + + + \ No newline at end of file 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 becf93d4..707243c6 100644 --- a/app/src/main/res/layout/item_no_comment_placeholder.xml +++ b/app/src/main/res/layout/item_no_comment_placeholder.xml @@ -1,8 +1,20 @@ - \ No newline at end of file + android:layout_marginTop="36dp" + android:orientation="vertical"> + + + + + + \ No newline at end of file -- cgit v1.2.3