From 4f5034c66e62240292fa6e3a209fa714a52539fa Mon Sep 17 00:00:00 2001 From: Rahul Patel Date: Sun, 21 Jul 2024 01:29:09 +0530 Subject: [PATCH] AppDetails: Simplify layout --- app/src/main/res/layout/fragment_details.xml | 2 -- .../main/res/layout/layout_details_privacy.xml | 16 +++++++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/layout/fragment_details.xml b/app/src/main/res/layout/fragment_details.xml index ad292428c..13fa3c035 100644 --- a/app/src/main/res/layout/fragment_details.xml +++ b/app/src/main/res/layout/fragment_details.xml @@ -98,8 +98,6 @@ android:clipToPadding="false" android:orientation="vertical" android:overScrollMode="never" - android:paddingStart="@dimen/padding_small" - android:paddingEnd="@dimen/padding_small" android:scrollbars="none" app:itemSpacing="@dimen/margin_small" app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager" diff --git a/app/src/main/res/layout/layout_details_privacy.xml b/app/src/main/res/layout/layout_details_privacy.xml index d37778265..bf25d907d 100644 --- a/app/src/main/res/layout/layout_details_privacy.xml +++ b/app/src/main/res/layout/layout_details_privacy.xml @@ -19,9 +19,8 @@ ~ --> - @@ -48,16 +48,22 @@ android:id="@+id/txt_status" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_below="@id/txt_subtitle" + android:layout_alignStart="@id/txt_subtitle" + android:layout_alignEnd="@id/txt_subtitle" android:text="@string/exodus_progress" android:textAppearance="@style/TextAppearance.Aurora.Line1" /> + android:text="@string/action_request_analysis" + app:cornerRadius="@dimen/margin_small" /> - +