Mode dnd title back to title bar

Test: manual
Fixes: 149183896
Change-Id: Ib5e0c3c79e3b36f58d9196a8435250230275a3f7
This commit is contained in:
Julia Reynolds
2020-02-13 11:17:04 -05:00
parent 1e7ecc1ad5
commit 3b29ff2559
2 changed files with 1 additions and 8 deletions

View File

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

View File

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