Mode dnd title back to title bar
Test: manual Fixes: 149183896 Change-Id: Ib5e0c3c79e3b36f58d9196a8435250230275a3f7
This commit is contained in:
@@ -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"
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user