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

Commit c8fdd926 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Mode dnd title back to title bar"

parents c4e63d78 3b29ff25
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