Merge "Remove the border for "No Thanks" buttons in Autofill Dialogs" into tm-qpr-dev
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
android:layout_height="36dp"
|
android:layout_height="36dp"
|
||||||
android:layout_marginTop="6dp"
|
android:layout_marginTop="6dp"
|
||||||
android:layout_marginBottom="6dp"
|
android:layout_marginBottom="6dp"
|
||||||
style="@style/AutofillHalfSheetOutlinedButton"
|
style="?android:attr/borderlessButtonStyle"
|
||||||
android:text="@string/autofill_save_no">
|
android:text="@string/autofill_save_no">
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
|
|||||||
@@ -81,7 +81,7 @@
|
|||||||
android:layout_height="36dp"
|
android:layout_height="36dp"
|
||||||
android:layout_marginTop="6dp"
|
android:layout_marginTop="6dp"
|
||||||
android:layout_marginBottom="6dp"
|
android:layout_marginBottom="6dp"
|
||||||
style="@style/AutofillHalfSheetOutlinedButton"
|
style="?android:attr/borderlessButtonStyle"
|
||||||
android:text="@string/autofill_save_no">
|
android:text="@string/autofill_save_no">
|
||||||
</Button>
|
</Button>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user