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

Commit 3b29ff25 authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Mode dnd title back to title bar

Test: manual
Fixes: 149183896
Change-Id: Ib5e0c3c79e3b36f58d9196a8435250230275a3f7
parent 1e7ecc1a
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -22,13 +22,6 @@
    android:orientation="vertical"
    android:paddingVertical="@dimen/zen_mode_button_padding_vertical">

    <TextView
        android:text="@string/zen_mode_settings_title"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginStart="@dimen/screen_margin_sides"
        android:textAppearance="@android:style/TextAppearance.DeviceDefault.Large"/>

    <TextView
        android:text="@string/zen_mode_settings_summary"
        android:layout_width="wrap_content"
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:settings="http://schemas.android.com/apk/res-auto"
    android:title=" ">
    android:title="@string/zen_mode_settings_title">

    <!-- Turn on DND button -->
    <com.android.settingslib.widget.LayoutPreference