From ee344bab8d4c566566eabae4f5d075c5842407c2 Mon Sep 17 00:00:00 2001 From: machiav3lli Date: Fri, 4 Mar 2022 02:23:32 +0100 Subject: [PATCH] Update: Show updated button style --- src/main/res/layout/fragment_installed_x.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/res/layout/fragment_installed_x.xml b/src/main/res/layout/fragment_installed_x.xml index 41a9dafb..fcdea5d6 100644 --- a/src/main/res/layout/fragment_installed_x.xml +++ b/src/main/res/layout/fragment_installed_x.xml @@ -32,6 +32,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginHorizontal="@dimen/shape_margin_medium" + android:layout_marginTop="@dimen/shape_margin_medium" app:layout_constraintBottom_toTopOf="@id/modeBar" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" @@ -39,16 +40,15 @@