Fix padding on DND settings header am: 32f2839703 am: 504f43c8fb am: 5704a262b4 am: c8f38888e9 am: bac38a62ca

Change-Id: Ib79986bc26c3f17d24ff09788b3081160e50395e
This commit is contained in:
Beverly
2020-04-10 21:06:48 +00:00
committed by Automerger Merge Worker

View File

@@ -27,12 +27,14 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginStart="@dimen/screen_margin_sides" android:layout_marginStart="@dimen/screen_margin_sides"
android:layout_marginEnd="@dimen/description_margin_sides"
android:layout_marginTop="@dimen/zen_mode_settings_button_margin_vertical"/> android:layout_marginTop="@dimen/zen_mode_settings_button_margin_vertical"/>
<Button <Button
android:id="@+id/zen_mode_settings_turn_on_button" android:id="@+id/zen_mode_settings_turn_on_button"
style="@style/ActionPrimaryButton" style="@style/ActionPrimaryButton"
android:layout_marginStart="@dimen/screen_margin_sides" android:layout_marginStart="@dimen/screen_margin_sides"
android:layout_marginEnd="@dimen/description_margin_sides"
android:layout_marginTop="@dimen/zen_mode_settings_button_margin_vertical" android:layout_marginTop="@dimen/zen_mode_settings_button_margin_vertical"
android:layout_marginBottom="@dimen/zen_mode_settings_button_margin_vertical" android:layout_marginBottom="@dimen/zen_mode_settings_button_margin_vertical"
android:text="@string/zen_mode_button_turn_on" android:text="@string/zen_mode_button_turn_on"
@@ -44,6 +46,7 @@
android:id="@+id/zen_mode_settings_turn_off_button" android:id="@+id/zen_mode_settings_turn_off_button"
style="@style/ActionSecondaryButton" style="@style/ActionSecondaryButton"
android:layout_marginStart="@dimen/screen_margin_sides" android:layout_marginStart="@dimen/screen_margin_sides"
android:layout_marginEnd="@dimen/description_margin_sides"
android:layout_marginTop="@dimen/zen_mode_settings_button_margin_vertical" android:layout_marginTop="@dimen/zen_mode_settings_button_margin_vertical"
android:layout_marginBottom="@dimen/zen_mode_settings_button_margin_vertical" android:layout_marginBottom="@dimen/zen_mode_settings_button_margin_vertical"
android:text="@string/zen_mode_button_turn_off" android:text="@string/zen_mode_button_turn_off"