From eff076a27014f0315151a68cd7f1659d1f9cf1cd Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Thu, 29 Aug 2019 14:08:32 +0800 Subject: Fixed controller position and margin in ViewVideoActivity. Minor UI tweaks. --- app/src/main/res/layout/fragment_comments_listing.xml | 1 + app/src/main/res/layout/fragment_post.xml | 1 + app/src/main/res/layout/item_load_comments_failed_placeholder.xml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/fragment_comments_listing.xml b/app/src/main/res/layout/fragment_comments_listing.xml index 886c093a..0e29f42a 100644 --- a/app/src/main/res/layout/fragment_comments_listing.xml +++ b/app/src/main/res/layout/fragment_comments_listing.xml @@ -28,6 +28,7 @@ android:id="@+id/fetch_comments_info_linear_layout_comments_listing_fragment" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginTop="48dp" android:layout_marginBottom="48dp" android:gravity="center" android:orientation="vertical" diff --git a/app/src/main/res/layout/fragment_post.xml b/app/src/main/res/layout/fragment_post.xml index 240bcb60..34d34e02 100644 --- a/app/src/main/res/layout/fragment_post.xml +++ b/app/src/main/res/layout/fragment_post.xml @@ -26,6 +26,7 @@ android:id="@+id/fetch_post_info_linear_layout_post_fragment" android:layout_width="match_parent" android:layout_height="match_parent" + android:layout_marginTop="48dp" android:layout_marginBottom="48dp" android:gravity="center" android:orientation="vertical" 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 ef3342d4..48fc99f5 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 @@ -2,7 +2,7 @@