Fixed controller position and margin in ViewVideoActivity. Minor UI tweaks.

This commit is contained in:
Alex Ning
2019-08-29 14:08:32 +08:00
parent c5a824ac89
commit eff076a270
5 changed files with 24 additions and 10 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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