summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-02-05 23:12:50 +0200
committerAbhisek Devkota <ciwrl@cyanogenmod.com>2014-02-07 20:26:20 +0000
commitee9d14e19c7f1bf37a435648d29eae4f1917e7f7 (patch)
tree6f09d0819ec1456cc4faf1d98069b0a69097b01b /res/xml
parent74a9e55def7de5939d9d6210f06d3f753a01033e (diff)
downloadandroid_packages_apps_Trebuchet-ee9d14e19c7f1bf37a435648d29eae4f1917e7f7.tar.gz
android_packages_apps_Trebuchet-ee9d14e19c7f1bf37a435648d29eae4f1917e7f7.tar.bz2
android_packages_apps_Trebuchet-ee9d14e19c7f1bf37a435648d29eae4f1917e7f7.zip
Trebuchet: Cleanup preferences
* Remove misleading summary from Homescreen settings. It says "Screens and wallpaper" but there are no wallpaper settings inside. It also seems to be unnecessary, removing it brings us inline with the rest of the preferences * Remove unused string: preferences_interface_title * Hide Drawer & Dock settings until we actually have some settings there. Users freak out when they tap these preferences and nothing happens. Change-Id: Iedd4c809a0a8fbf17e22a65b941fcd43e662da3f
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences_headers.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/res/xml/preferences_headers.xml b/res/xml/preferences_headers.xml
index 367ef832a..bc919b2d5 100644
--- a/res/xml/preferences_headers.xml
+++ b/res/xml/preferences_headers.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
+<!--
+ Copyright (C) 2014 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -13,19 +14,17 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<preference-headers xmlns:android="http://schemas.android.com/apk/res/android">
<header android:id="@+id/preferences_homescreen_section"
android:fragment="com.android.launcher3.settings.SettingsActivity$HomescreenFragment"
- android:title="@string/preferences_interface_homescreen_title"
- android:summary="@string/preferences_interface_homescreen_summary" />
+ android:title="@string/preferences_interface_homescreen_title" />
- <header android:id="@+id/preferences_drawer_section"
+ <!--<header android:id="@+id/preferences_drawer_section"
android:title="@string/preferences_interface_drawer_title" />
<header android:id="@+id/preferences_dock_section"
- android:title="@string/preferences_interface_dock_title" />
+ android:title="@string/preferences_interface_dock_title" />-->
<header android:id="@+id/preferences_general_section"
android:fragment="com.android.launcher3.settings.SettingsActivity$GeneralFragment"