From 98fd43c2a0d15ad7b06f8215536d2969c421eabc Mon Sep 17 00:00:00 2001 From: Tim Yu Date: Wed, 11 Jan 2023 18:59:12 +0000 Subject: [PATCH] Remove the border for "No Thanks" buttons in Autofill Dialogs Bug: 242703084 Test: Manually build and verify button changes on physical device. Change-Id: I1b72e5bc5af66cd7aa8c4d76df02e189957a7461 --- core/res/res/layout/autofill_fill_dialog.xml | 2 +- core/res/res/layout/autofill_save.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/res/res/layout/autofill_fill_dialog.xml b/core/res/res/layout/autofill_fill_dialog.xml index c382a6577857d..2e65800d5abbc 100644 --- a/core/res/res/layout/autofill_fill_dialog.xml +++ b/core/res/res/layout/autofill_fill_dialog.xml @@ -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"> diff --git a/core/res/res/layout/autofill_save.xml b/core/res/res/layout/autofill_save.xml index fd08241deb3a1..3c0b789dbe6f7 100644 --- a/core/res/res/layout/autofill_save.xml +++ b/core/res/res/layout/autofill_save.xml @@ -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">