summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/settings
diff options
context:
space:
mode:
authorcretin45 <cretin45@gmail.com>2015-11-30 16:38:47 -0800
committercretin45 <cretin45@gmail.com>2015-12-03 16:44:28 -0800
commitecfa0ff337cf2feae19e651470c1ca05926430f2 (patch)
tree3ed466a564f64ba259b9ec50b72e79bb27e87263 /src/com/android/launcher3/settings
parent4cc0018c15a8cf2ab58f00929de6a5bd034ddb86 (diff)
downloadandroid_packages_apps_Trebuchet-ecfa0ff337cf2feae19e651470c1ca05926430f2.tar.gz
android_packages_apps_Trebuchet-ecfa0ff337cf2feae19e651470c1ca05926430f2.tar.bz2
android_packages_apps_Trebuchet-ecfa0ff337cf2feae19e651470c1ca05926430f2.zip
Trebuchet: Add app drawer settings
Change-Id: I040420608de64bedc6e9832268796cdf801f5c21
Diffstat (limited to 'src/com/android/launcher3/settings')
-rw-r--r--src/com/android/launcher3/settings/SettingsProvider.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/com/android/launcher3/settings/SettingsProvider.java b/src/com/android/launcher3/settings/SettingsProvider.java
index a90478cdf..76a49d2de 100644
--- a/src/com/android/launcher3/settings/SettingsProvider.java
+++ b/src/com/android/launcher3/settings/SettingsProvider.java
@@ -31,7 +31,9 @@ public final class SettingsProvider {
public static final String SETTINGS_UI_HOMESCREEN_ROWS = "ui_homescreen_rows";
public static final String SETTINGS_UI_HOMESCREEN_COLUMNS = "ui_homescreen_columns";
public static final String SETTINGS_UI_DRAWER_HIDE_ICON_LABELS = "ui_drawer_hide_icon_labels";
- public static final String SETTINGS_UI_DRAWER_COMPACT = "ui_drawer_compact";
+ public static final String SETTINGS_UI_DRAWER_STYLE_USE_COMPACT = "ui_drawer_style_compact";
+ public static final String SETTINGS_UI_DRAWER_DARK = "ui_drawer_dark";
+ public static final String SETTINGS_UI_USE_HORIZONTAL_SCRUBBER = "ui_horizontal_scrubber";
public static final String SETTINGS_UI_GENERAL_ICONS_LARGE = "ui_general_icons_large";
public static SharedPreferences get(Context context) {