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

Commit 32f28397 authored by Beverly's avatar Beverly
Browse files

Fix padding on DND settings header

Test: manual
Fixes: 152974082
Change-Id: Id34db63550ddc2ad89c15830e03bf9782df0a765
parent afaf654a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -27,12 +27,14 @@
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginStart="@dimen/screen_margin_sides"
        android:layout_marginEnd="@dimen/description_margin_sides"
        android:layout_marginTop="@dimen/zen_mode_settings_button_margin_vertical"/>

    <Button
        android:id="@+id/zen_mode_settings_turn_on_button"
        style="@style/ActionPrimaryButton"
        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_marginBottom="@dimen/zen_mode_settings_button_margin_vertical"
        android:text="@string/zen_mode_button_turn_on"
@@ -44,6 +46,7 @@
        android:id="@+id/zen_mode_settings_turn_off_button"
        style="@style/ActionSecondaryButton"
        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_marginBottom="@dimen/zen_mode_settings_button_margin_vertical"
        android:text="@string/zen_mode_button_turn_off"