From b293e9f370531dea48e66b1e27b78915a06febb4 Mon Sep 17 00:00:00 2001 From: ztimms73 Date: Thu, 17 Jun 2021 01:57:52 +0300 Subject: [PATCH] Minor fixes --- app/src/main/res/layout-w600dp-land/fragment_details.xml | 4 +++- app/src/main/res/layout-w600dp-port/fragment_details.xml | 1 + app/src/main/res/layout/fragment_details.xml | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout-w600dp-land/fragment_details.xml b/app/src/main/res/layout-w600dp-land/fragment_details.xml index c45f7b1c8..5a46699fe 100644 --- a/app/src/main/res/layout-w600dp-land/fragment_details.xml +++ b/app/src/main/res/layout-w600dp-land/fragment_details.xml @@ -95,7 +95,7 @@ style="@style/Widget.AppCompat.RatingBar.Small" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginTop="6dp" + android:layout_marginTop="4dp" android:isIndicator="true" android:max="100" app:layout_constraintStart_toStartOf="@id/textView_title" @@ -106,6 +106,8 @@ android:id="@+id/info_layout" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_marginTop="4dp" + android:baselineAligned="false" android:divider="?android:dividerHorizontal" android:dividerPadding="8dp" android:orientation="horizontal" diff --git a/app/src/main/res/layout-w600dp-port/fragment_details.xml b/app/src/main/res/layout-w600dp-port/fragment_details.xml index 69630cb0a..583538740 100644 --- a/app/src/main/res/layout-w600dp-port/fragment_details.xml +++ b/app/src/main/res/layout-w600dp-port/fragment_details.xml @@ -108,6 +108,7 @@ android:id="@+id/info_layout" android:layout_width="0dp" android:layout_height="wrap_content" + android:baselineAligned="false" android:divider="?android:dividerHorizontal" android:dividerPadding="8dp" android:orientation="horizontal" diff --git a/app/src/main/res/layout/fragment_details.xml b/app/src/main/res/layout/fragment_details.xml index 28ee1393d..d9983367a 100644 --- a/app/src/main/res/layout/fragment_details.xml +++ b/app/src/main/res/layout/fragment_details.xml @@ -110,6 +110,7 @@ android:id="@+id/info_layout" android:layout_width="match_parent" android:layout_height="wrap_content" + android:baselineAligned="false" android:divider="?android:dividerHorizontal" android:dividerPadding="8dp" android:orientation="horizontal"