[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:
alexylli
2020-11-19 09:25:04 +08:00
parent f24dc017ef
commit 361a52cce7
3 changed files with 3 additions and 2 deletions

View File

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

View File

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

View File

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