aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Blaesius <skate4life@gmx.de>2014-10-28 22:31:47 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-01-01 13:36:18 +0000
commit4833eebacfac2e60ede51ffab9a6943ffbd349c4 (patch)
tree9ce873c5ae0be530963164aea6f3ea14af1d4cb8
parent604a63bc48413b6aae18d1cee31dd30536520ec9 (diff)
downloaddevice_samsung_espresso3g-4833eebacfac2e60ede51ffab9a6943ffbd349c4.zip
device_samsung_espresso3g-4833eebacfac2e60ede51ffab9a6943ffbd349c4.tar.gz
device_samsung_espresso3g-4833eebacfac2e60ede51ffab9a6943ffbd349c4.tar.bz2
P51XX: cleanup overlay
Change-Id: Ic8bf5ac71c27e184610fbb4aede4d0b7816cf5aa
-rw-r--r--common-overlay/packages/apps/Settings/res/values/bools.xml23
-rw-r--r--common-overlay/packages/apps/Settings/res/values/config.xml6
2 files changed, 23 insertions, 6 deletions
diff --git a/common-overlay/packages/apps/Settings/res/values/bools.xml b/common-overlay/packages/apps/Settings/res/values/bools.xml
new file mode 100644
index 0000000..76bb2ec
--- /dev/null
+++ b/common-overlay/packages/apps/Settings/res/values/bools.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2012 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.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<resources xmlns:xliff="urnasis:names:tc:xliff:document:1.2 ">
+
+ <!-- Dock Settings -->
+ <bool name="has_dock_settings">true</bool>
+
+</resources>
diff --git a/common-overlay/packages/apps/Settings/res/values/config.xml b/common-overlay/packages/apps/Settings/res/values/config.xml
index 52e178b..193faa1 100644
--- a/common-overlay/packages/apps/Settings/res/values/config.xml
+++ b/common-overlay/packages/apps/Settings/res/values/config.xml
@@ -17,12 +17,6 @@
<resources xmlns:xliff="urnasis:names:tc:xliff:document:1.2 ">
- <!-- Show Expanded Desktop preference -->
- <bool name="config_show_expandedDesktop">true</bool>
-
- <!-- Dock Settings -->
- <bool name="has_dock_settings">true</bool>
-
<!-- Volume Rocker Wake -->
<bool name="config_show_volumeRockerWake">true</bool>
</resources>