summaryrefslogtreecommitdiffstats
path: root/res/xml/settings_headers.xml
diff options
context:
space:
mode:
authorChristopher Tate <ctate@google.com>2013-08-27 14:21:46 -0700
committerChristopher Tate <ctate@google.com>2013-09-13 12:50:41 -0700
commite238a47f5ea6de128cf76eca8ad2b852cb12f4a0 (patch)
tree23cb7b6cae659b4efd15bd7b2aa368e6024491b7 /res/xml/settings_headers.xml
parent8b4cdbebcfb53b57ac2afec1b1e3377d6a02bb21 (diff)
downloadpackages_apps_Settings-e238a47f5ea6de128cf76eca8ad2b852cb12f4a0.tar.gz
packages_apps_Settings-e238a47f5ea6de128cf76eca8ad2b852cb12f4a0.tar.bz2
packages_apps_Settings-e238a47f5ea6de128cf76eca8ad2b852cb12f4a0.zip
Introduce 'Home' settings
Bug 9958444 Change-Id: I868f5b7aa6ae9273b725cb96e80821a82569e7e0
Diffstat (limited to 'res/xml/settings_headers.xml')
-rw-r--r--res/xml/settings_headers.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/settings_headers.xml b/res/xml/settings_headers.xml
index 6aa6691c0..55b3bca03 100644
--- a/res/xml/settings_headers.xml
+++ b/res/xml/settings_headers.xml
@@ -62,6 +62,13 @@
<header android:id="@+id/device_section"
android:title="@string/header_category_device" />
+ <!-- Home -->
+ <header
+ android:id="@+id/home_settings"
+ android:icon="@drawable/ic_settings_home"
+ android:fragment="com.android.settings.HomeSettings"
+ android:title="@string/home_settings" />
+
<!-- Sound -->
<header
android:id="@+id/sound_settings"