summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorThecrazyskull <anaskarbila@gmail.com>2017-12-02 16:37:04 +0100
committerArne Coucheron <arco68@gmail.com>2018-01-19 00:27:13 +0100
commit8ec1c9f48a145f4a3a532ce89bf4a7aba9ad924e (patch)
treee74019978d473df1ff9657d20d4cdd879b5d4863 /res/xml
parent28158a1bee42809a064d08864301489b933c2b6b (diff)
downloadandroid_packages_apps_Trebuchet-8ec1c9f48a145f4a3a532ce89bf4a7aba9ad924e.tar.gz
android_packages_apps_Trebuchet-8ec1c9f48a145f4a3a532ce89bf4a7aba9ad924e.tar.bz2
android_packages_apps_Trebuchet-8ec1c9f48a145f4a3a532ce89bf4a7aba9ad924e.zip
Trebuchet expand statusbar on swipe down
Change-Id: I5e75b7e1c6806dae9ac2a000e377873319a5f787 Signed-off-by: Joey Rizzoli <joey@lineageos.org>
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/launcher_preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/launcher_preferences.xml b/res/xml/launcher_preferences.xml
index 28a35b829..3be5d4792 100644
--- a/res/xml/launcher_preferences.xml
+++ b/res/xml/launcher_preferences.xml
@@ -53,4 +53,10 @@
android:defaultValue=""
android:persistent="false" />
+ <SwitchPreference
+ android:key="pref_expand_statusbar"
+ android:title="@string/statusbar_expand"
+ android:defaultValue="true"
+ android:persistent="true" />
+
</PreferenceScreen>