Fix title on specific app's channel settings page
Fixes: 371518043 Test: manual Flag: android.app.modes_ui Change-Id: Ic4091ea54e1c3fd4aeaffa7ea50f2cfcc65f0ee1
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:title="@string/zen_mode_settings_title">
|
android:title="@string/zen_mode_apps_title">
|
||||||
<com.android.settingslib.widget.LayoutPreference
|
<com.android.settingslib.widget.LayoutPreference
|
||||||
android:key="pref_app_header"
|
android:key="pref_app_header"
|
||||||
android:layout="@layout/settings_entity_header" />
|
android:layout="@layout/settings_entity_header" />
|
||||||
@@ -26,4 +26,4 @@
|
|||||||
android:title="@string/zen_mode_bypassing_app_channels_header">
|
android:title="@string/zen_mode_bypassing_app_channels_header">
|
||||||
<!-- add app channel toggles here -->
|
<!-- add app channel toggles here -->
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|||||||
Reference in New Issue
Block a user