summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Tim Yu <yunicorn@google.com> 2023-01-14 03:19:58 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-01-14 03:19:58 +0000
commit65d6ebe4e8a076b7fbc966cfef090a15c4e2fe33 (patch)
tree31d753312f8a6aa62c93b2e8fd07a0df01f946cd
parenteff1ee6bd05edb103b7d7e3ebdf6cdd76829a866 (diff)
parent7aea9d29ff55ada643207186adb5e0a7016bf2af (diff)
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>
-rw-r--r--core/res/res/layout/autofill_fill_dialog.xml2
-rw-r--r--core/res/res/layout/autofill_save.xml2
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 c382a6577857..2e65800d5abb 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">
</Button>
diff --git a/core/res/res/layout/autofill_save.xml b/core/res/res/layout/autofill_save.xml
index fd08241deb3a..3c0b789dbe6f 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">
</Button>