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:
@@ -104,7 +104,7 @@
|
||||
android:orientation="horizontal"
|
||||
android:clipToPadding="false"
|
||||
android:paddingTop="4dp"
|
||||
android:paddingLeft="80dp"
|
||||
android:paddingLeft="76dp"
|
||||
android:paddingBottom="4dp">
|
||||
|
||||
<Button
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user