summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Daniel Sandler <dsandler@google.com> 2011-07-22 10:34:13 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-07-22 10:34:13 -0700
commit423f0ed494d30bbae1a02c059769f0211f1e4d81 (patch)
tree09463dea9e073a62981a89c793143c49bb1654fa
parent23950920291b23f33e25477e627f8e3f7ad6bc73 (diff)
parentaf084803c6a7d89b71fd1daf9cdec7f8b050ac0e (diff)
Merge "Disable the number bubble overlay on notification icons."
-rw-r--r--packages/SystemUI/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values/config.xml b/packages/SystemUI/res/values/config.xml
index 5298f2e66927..d7d7817fc15b 100644
--- a/packages/SystemUI/res/values/config.xml
+++ b/packages/SystemUI/res/values/config.xml
@@ -34,7 +34,7 @@
<string name="config_systemBarComponent" translatable="false">com.android.systemui.statusbar.tablet.TabletStatusBar</string>
<!-- Whether or not we show the number in the bar. -->
- <bool name="config_statusBarShowNumber">true</bool>
+ <bool name="config_statusBarShowNumber">false</bool>
<!-- How many icons may be shown at once in the system bar. Includes any
slots that may be reused for things like IME control. -->