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">