summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorcretin45 <cretin45@gmail.com>2016-01-05 12:00:09 -0800
committercretin45 <cretin45@gmail.com>2016-01-05 12:15:33 -0800
commit72f2ccb08f297836d18b61d5d80de9fcd7a69042 (patch)
tree4a500db5fa5bf3c87167fe2252e0e4db9dcb95e9 /res/xml
parenta20b046db71039ee581bb80274cf1fc450b3fd99 (diff)
downloadandroid_packages_apps_Trebuchet-72f2ccb08f297836d18b61d5d80de9fcd7a69042.tar.gz
android_packages_apps_Trebuchet-72f2ccb08f297836d18b61d5d80de9fcd7a69042.tar.bz2
android_packages_apps_Trebuchet-72f2ccb08f297836d18b61d5d80de9fcd7a69042.zip
Trebuchet: Move allow rotation pref to overlay panel
Change-Id: I83feccbf5aac5de53ca578c4d62a25561d72b3ee
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/launcher_preferences.xml26
1 files changed, 0 insertions, 26 deletions
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>