summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArne Coucheron <arco68@gmail.com>2017-06-29 21:08:29 +0200
committerArne Coucheron <arco68@gmail.com>2017-09-03 00:10:10 +0200
commitb2d979449d6f7343c7dedb54f6421b2034041341 (patch)
tree7430ea26f099ca2f8c342f0e5bd871f33204b686
parentf0d969c6a24ecfc8738cfc9d1164a89fb11c1d89 (diff)
downloadandroid_packages_apps_Trebuchet-b2d979449d6f7343c7dedb54f6421b2034041341.tar.gz
android_packages_apps_Trebuchet-b2d979449d6f7343c7dedb54f6421b2034041341.tar.bz2
android_packages_apps_Trebuchet-b2d979449d6f7343c7dedb54f6421b2034041341.zip
Enable light status bar feature
Change-Id: I8cc6068b534324c6750b3d4768c907fcf0f4cfbd
-rw-r--r--src_config/com/android/launcher3/config/FeatureFlags.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src_config/com/android/launcher3/config/FeatureFlags.java b/src_config/com/android/launcher3/config/FeatureFlags.java
index 4e337a2b8..ce683a4fe 100644
--- a/src_config/com/android/launcher3/config/FeatureFlags.java
+++ b/src_config/com/android/launcher3/config/FeatureFlags.java
@@ -42,7 +42,7 @@ public final class FeatureFlags {
// When enabled fling down gesture on the first workspace triggers search.
public static final boolean PULLDOWN_SEARCH = false;
// When enabled the status bar may show dark icons based on the top of the wallpaper.
- public static final boolean LIGHT_STATUS_BAR = false;
+ public static final boolean LIGHT_STATUS_BAR = true;
// When enabled icons are badged with the number of notifications associated with that app.
public static final boolean BADGE_ICONS = true;
// When enabled, icons not supporting {@link AdaptiveIconDrawable} will be wrapped in this class.