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" /> - +