From 63df5fd306778b3abae2a0a379bac4e7a09b9953 Mon Sep 17 00:00:00 2001 From: Becca Hughes Date: Tue, 26 Mar 2024 20:55:07 +0000 Subject: [PATCH] Adjust left margin on button The left margin on the button is not quite aligned with the text so this adjusts it so it is aligned. https://screenshot.googleplex.com/Bxjuc3LHCTw7TYD Bug: 327491503 Change-Id: I16e9ddfa3b2b0648a4dc04a2bbfdf164d6c30a33 Test: flash bluejay --- res/layout/preference_credential_manager_with_buttons.xml | 2 +- res/values/dimens.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/res/layout/preference_credential_manager_with_buttons.xml b/res/layout/preference_credential_manager_with_buttons.xml index 1889cea8078..24096f7e0c8 100644 --- a/res/layout/preference_credential_manager_with_buttons.xml +++ b/res/layout/preference_credential_manager_with_buttons.xml @@ -104,7 +104,7 @@ android:orientation="horizontal" android:clipToPadding="false" android:paddingTop="4dp" - android:paddingLeft="80dp" + android:paddingLeft="76dp" android:paddingBottom="4dp">