[Settings] Removes to use setup compat's button margin since the attribute has been removed.
Test: mm Bug: 173578478 Change-Id: Id03a9dbcf070d4b8214b31ec5a672e9dd5b327d5
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
<Button
|
||||
android:id="@+id/initiate_reset_network"
|
||||
android:layout_gravity="end"
|
||||
android:layout_marginEnd="@dimen/suc_customization_button_margin_end"
|
||||
android:layout_marginEnd="@dimen/reset_button_margin_end"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
<Button
|
||||
android:id="@+id/execute_reset_network"
|
||||
android:layout_gravity="end"
|
||||
android:layout_marginEnd="@dimen/suc_customization_button_margin_end"
|
||||
android:layout_marginEnd="@dimen/reset_button_margin_end"
|
||||
android:layout_marginTop="20dp"
|
||||
android:layout_marginBottom="12dp"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
@@ -320,6 +320,7 @@
|
||||
<dimen name="reset_network_margin_end">12dp</dimen>
|
||||
<dimen name="reset_main_clear_margin_start">32dp</dimen>
|
||||
<dimen name="reset_main_clear_margin_end">12dp</dimen>
|
||||
<dimen name="reset_button_margin_end">20dp</dimen>
|
||||
|
||||
<!-- Padding for the reset screens -->
|
||||
<dimen name="reset_checkbox_padding_end">8dp</dimen>
|
||||
|
||||
Reference in New Issue
Block a user