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
This commit is contained in:
Becca Hughes
2024-03-26 20:55:07 +00:00
parent 0da5ddf2bc
commit 63df5fd306
2 changed files with 2 additions and 2 deletions

View File

@@ -104,7 +104,7 @@
android:orientation="horizontal"
android:clipToPadding="false"
android:paddingTop="4dp"
android:paddingLeft="80dp"
android:paddingLeft="76dp"
android:paddingBottom="4dp">
<Button

View File

@@ -477,7 +477,7 @@
<dimen name="animation_max_size">1000dp</dimen>
<!-- Credential Manager settings dimensions -->
<dimen name="credman_primary_provider_pref_left_padding">80dp</dimen>
<dimen name="credman_primary_provider_pref_left_padding">76dp</dimen>
<dimen name="credman_primary_provider_pref_left_padding_compact">24dp</dimen>
<!-- Color contrast screen -->