Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98fd43c2 authored by Tim Yu's avatar Tim Yu
Browse files

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
parent 20630764
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>

+1 −1
Original line number Diff line number Diff line
@@ -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>