Merge "Remove the border for "No Thanks" buttons in Autofill Dialogs" into tm-qpr-dev am: e51346d961 am: 7aea9d29ff

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20946156

Change-Id: I01bd88879f4645183ad0571489962cabbc2ab1c7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Tim Yu
2023-01-14 03:19:58 +00:00
committed by Automerger Merge Worker
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@
android:layout_height="36dp"
android:layout_marginTop="6dp"
android:layout_marginBottom="6dp"
style="@style/AutofillHalfSheetOutlinedButton"
style="?android:attr/borderlessButtonStyle"
android:text="@string/autofill_save_no">
</Button>

View File

@@ -81,7 +81,7 @@
android:layout_height="36dp"
android:layout_marginTop="6dp"
android:layout_marginBottom="6dp"
style="@style/AutofillHalfSheetOutlinedButton"
style="?android:attr/borderlessButtonStyle"
android:text="@string/autofill_save_no">
</Button>