summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorcretin45 <cretin45@gmail.com>2016-01-05 12:00:09 -0800
committerTom Powell <zifnab@zifnab06.net>2017-03-26 16:13:55 -0700
commit5ea26f008de5f11c568745657a421420b19e1936 (patch)
treeca2bff7e8db12f9f0d7db7e9429bb570ef4c5f89 /res
parentc362c7c38db40649675ab85363c455abd6d580c1 (diff)
downloadandroid_packages_apps_Trebuchet-5ea26f008de5f11c568745657a421420b19e1936.tar.gz
android_packages_apps_Trebuchet-5ea26f008de5f11c568745657a421420b19e1936.tar.bz2
android_packages_apps_Trebuchet-5ea26f008de5f11c568745657a421420b19e1936.zip
Trebuchet: Move allow rotation pref to overlay panel
Change-Id: I83feccbf5aac5de53ca578c4d62a25561d72b3ee
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml1
-rw-r--r--res/values/preferences_defaults.xml1
-rw-r--r--res/xml/launcher_preferences.xml26
3 files changed, 1 insertions, 27 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 93c6d14f4..4d3f01111 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -7,7 +7,6 @@
<bool name="config_largeHeap">false</bool>
<bool name="is_tablet">false</bool>
<bool name="is_large_tablet">false</bool>
- <bool name="allow_rotation">false</bool>
<!-- Max number of page indicators to show -->
<integer name="config_maxNumberOfPageIndicatorsToShow">21</integer>
diff --git a/res/values/preferences_defaults.xml b/res/values/preferences_defaults.xml
index 4413e7ba7..5917c20aa 100644
--- a/res/values/preferences_defaults.xml
+++ b/res/values/preferences_defaults.xml
@@ -10,4 +10,5 @@
<bool name="preferences_interface_use_scroller_default">true</bool>
<bool name="preferences_interface_use_horizontal_scrubber_default">true</bool>
<bool name="preferences_interface_drawer_search_default">true</bool>
+ <bool name="preferences_interface_allow_rotation">false</bool>
</resources>
diff --git a/res/xml/launcher_preferences.xml b/res/xml/launcher_preferences.xml
deleted file mode 100644
index 624d9eb2c..000000000
--- a/res/xml/launcher_preferences.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2015 Google Inc.
-
- 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.
--->
-
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
-
- <SwitchPreference
- android:key="pref_allowRotation"
- android:title="@string/allow_rotation_title"
- android:defaultValue="@bool/allow_rotation"
- android:persistent="true"
- />
-
-</PreferenceScreen>