summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2017-06-26 12:13:57 -0700
committerHyunyoung Song <hyunyoungs@google.com>2017-06-26 12:17:25 -0700
commit2c1814378c05725cd1c8169ed693627320735633 (patch)
tree95838e5c359cab16d49755c26e7927287ae9a139 /res/xml
parent48f1135a6dbdee99ff1e981682e99d8755944062 (diff)
downloadandroid_packages_apps_Trebuchet-2c1814378c05725cd1c8169ed693627320735633.tar.gz
android_packages_apps_Trebuchet-2c1814378c05725cd1c8169ed693627320735633.tar.bz2
android_packages_apps_Trebuchet-2c1814378c05725cd1c8169ed693627320735633.zip
Reorder home settings
Bug: 62957388 Change-Id: I8fdc6448033d3c7f49396e506ef7f1fee45a7914
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/launcher_preferences.xml34
1 files changed, 17 insertions, 17 deletions
diff --git a/res/xml/launcher_preferences.xml b/res/xml/launcher_preferences.xml
index 939fece2e..c76f118e8 100644
--- a/res/xml/launcher_preferences.xml
+++ b/res/xml/launcher_preferences.xml
@@ -16,23 +16,6 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
- <SwitchPreference
- android:key="pref_add_icon_to_home"
- android:title="@string/auto_add_shortcuts_label"
- android:summary="@string/auto_add_shortcuts_description"
- android:defaultValue="true"
- android:persistent="true"
- />
-
- <ListPreference
- android:key="pref_override_icon_shape"
- android:title="@string/icon_shape_override_label"
- android:summary="%s"
- android:entries="@array/icon_shape_override_paths_names"
- android:entryValues="@array/icon_shape_override_paths_values"
- android:defaultValue=""
- android:persistent="false" />
-
<Preference
android:key="pref_icon_badging"
android:title="@string/icon_badging_title"
@@ -46,10 +29,27 @@
</Preference>
<SwitchPreference
+ android:key="pref_add_icon_to_home"
+ android:title="@string/auto_add_shortcuts_label"
+ android:summary="@string/auto_add_shortcuts_description"
+ android:defaultValue="true"
+ android:persistent="true"
+ />
+
+ <SwitchPreference
android:key="pref_allowRotation"
android:title="@string/allow_rotation_title"
android:defaultValue="@bool/allow_rotation"
android:persistent="true"
/>
+ <ListPreference
+ android:key="pref_override_icon_shape"
+ android:title="@string/icon_shape_override_label"
+ android:summary="%s"
+ android:entries="@array/icon_shape_override_paths_names"
+ android:entryValues="@array/icon_shape_override_paths_values"
+ android:defaultValue=""
+ android:persistent="false" />
+
</PreferenceScreen>