summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2012-03-05 21:38:27 -0500
committerDanesh Mondegarian <daneshm90@gmail.com>2013-01-05 17:57:25 -0500
commit356ed10d7520d4eb245c4cb523d11ac0fb4fb060 (patch)
treefd96a6f10049c5eab5239e8e76219f403873a0a7 /res/xml
parentea00d0b6760219226b687649489458ba91766590 (diff)
downloadpackages_apps_Settings-356ed10d7520d4eb245c4cb523d11ac0fb4fb060.tar.gz
packages_apps_Settings-356ed10d7520d4eb245c4cb523d11ac0fb4fb060.tar.bz2
packages_apps_Settings-356ed10d7520d4eb245c4cb523d11ac0fb4fb060.zip
Settings : NavigationBar Customization
Contains: - Settings side to customize the navigation bar buttons. Id: I39d9362f1930dc4181d20ff95077b4c290f6907e - Settings : NavigationBar Customization Settings side to customize the navigation bar buttons. Id: Ibd51fbca96d5f0d5e75c7bd74dc5ec62ed1d969d - Settings: Fix NavBar lock button when resetting default When the NavBar is reset to defaults while in edit mode, lock icon should re-lock Id: I876725046e380ebb7da774ae412ce2b68f5310f8 - And a few small fixes - Add support for navbar editing on tablets - Add npe check Change-Id: Ic77ca21d976015a1f4b4e10cab27fa35760035da
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/system_settings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/system_settings.xml b/res/xml/system_settings.xml
index 703c6f701..f20f190ef 100644
--- a/res/xml/system_settings.xml
+++ b/res/xml/system_settings.xml
@@ -50,6 +50,11 @@
</PreferenceScreen>
<PreferenceScreen
+ android:key="navigation_bar"
+ android:fragment="com.android.settings.cyanogenmod.NavBar"
+ android:title="@string/navigation_bar_title" />
+
+ <PreferenceScreen
android:key="notification_pulse"
android:title="@string/notification_pulse_title"
android:fragment="com.android.settings.notificationlight.NotificationLightSettings" />