summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorThecrazyskull <anaskarbila@gmail.com>2018-01-13 17:09:25 +0100
committerArne Coucheron <arco68@gmail.com>2018-01-19 00:27:14 +0100
commit8dee56deeed7b09a9e5e9f4d21f27aa9d495930c (patch)
tree46367d80413452eb6e68e960953690b56215658c /res/xml
parent523c12ffac7fb3a79458e56f9439a070b8930d6a (diff)
downloadandroid_packages_apps_Trebuchet-8dee56deeed7b09a9e5e9f4d21f27aa9d495930c.tar.gz
android_packages_apps_Trebuchet-8dee56deeed7b09a9e5e9f4d21f27aa9d495930c.tar.bz2
android_packages_apps_Trebuchet-8dee56deeed7b09a9e5e9f4d21f27aa9d495930c.zip
Trebuchet: feed integration support
jrizzoli: adapted for trebuchet Includes the following commits: * Launcher3: support google now tab * LauncherClient: make sure service is connected before trying to unbind * Launcher3: animate workspace when animating the Google now page * Launcher3: make Google now left page optional * Launcher3: cleanup launcher tab preference Change-Id: I84582ae812b8ecb0d694ae2396843effdcf1219c Signed-off-by: Joey <joey@lineageos.org>
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/launcher_preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/launcher_preferences.xml b/res/xml/launcher_preferences.xml
index f4d7831f1..03fc0ed09 100644
--- a/res/xml/launcher_preferences.xml
+++ b/res/xml/launcher_preferences.xml
@@ -33,6 +33,13 @@
android:title="@string/statusbar_expand" />
<SwitchPreference
+ android:defaultValue="false"
+ android:icon="@drawable/ic_settings_feed"
+ android:key="pref_feed_integration"
+ android:persistent="true"
+ android:title="@string/settings_feed" />
+
+ <SwitchPreference
android:defaultValue="true"
android:icon="@drawable/ic_settings_add_shortcut"
android:key="pref_add_icon_to_home"