From 6516eff5c8fbd9aa01c8ab80ad61715f439a6b0a Mon Sep 17 00:00:00 2001 From: mcarare Date: Fri, 9 Oct 2020 13:58:15 +0300 Subject: [PATCH] For #13831: Adjust buttons dimensions to improve a11y. Margins were also adjusted to maintain relative placements. --- .../main/res/layout/fragment_login_detail.xml | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/app/src/main/res/layout/fragment_login_detail.xml b/app/src/main/res/layout/fragment_login_detail.xml index 685ca8f15..cfb6bb0da 100644 --- a/app/src/main/res/layout/fragment_login_detail.xml +++ b/app/src/main/res/layout/fragment_login_detail.xml @@ -9,8 +9,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="73dp" - android:layout_marginTop="12dp" - android:layout_marginEnd="12dp"> + android:layout_marginTop="12dp">