diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-08-29 06:08:32 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-08-29 06:08:32 +0000 |
commit | eff076a27014f0315151a68cd7f1659d1f9cf1cd (patch) | |
tree | fd75d58bee1c0351d908383b1e4621746a8ea980 /app/src/main/res/layout | |
parent | c5a824ac89af99017b95b0806b700f0428e198e3 (diff) | |
download | infinity-for-reddit-eff076a27014f0315151a68cd7f1659d1f9cf1cd.tar infinity-for-reddit-eff076a27014f0315151a68cd7f1659d1f9cf1cd.tar.gz infinity-for-reddit-eff076a27014f0315151a68cd7f1659d1f9cf1cd.tar.bz2 infinity-for-reddit-eff076a27014f0315151a68cd7f1659d1f9cf1cd.tar.lz infinity-for-reddit-eff076a27014f0315151a68cd7f1659d1f9cf1cd.tar.xz infinity-for-reddit-eff076a27014f0315151a68cd7f1659d1f9cf1cd.tar.zst infinity-for-reddit-eff076a27014f0315151a68cd7f1659d1f9cf1cd.zip |
Fixed controller position and margin in ViewVideoActivity. Minor UI tweaks.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/fragment_comments_listing.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/layout/fragment_post.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/layout/item_load_comments_failed_placeholder.xml | 2 |
3 files changed, 3 insertions, 1 deletions
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 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_margin="48dp" + android:layout_marginTop="48dp" android:orientation="vertical"> <ImageView |