diff options
author | Christopher Tate <ctate@google.com> | 2012-02-15 14:40:27 -0800 |
---|---|---|
committer | Christopher Tate <ctate@google.com> | 2012-02-15 15:38:43 -0800 |
commit | 8fead6615978d370a41a6f9417edb000ec441064 (patch) | |
tree | 2729fea52c834a309568647b19a32240509c5acd /core | |
parent | e08eaee3a0d4abdedd1e59dddab09f2fa88744cc (diff) | |
download | frameworks_base-8fead6615978d370a41a6f9417edb000ec441064.zip frameworks_base-8fead6615978d370a41a6f9417edb000ec441064.tar.gz frameworks_base-8fead6615978d370a41a6f9417edb000ec441064.tar.bz2 |
DO NOT MERGE - Configuration resource to suppress tablet status bar contents
This is a grotesque hack to avoid showing status bar controls. The real
solution will be coming via master but not extremely soon; stay tuned but
this gives the right presentation for now without affecting normal products.
Bug 5824373
Change-Id: Ib5348024853ad2e7715b824aba522d80b6a99048
Diffstat (limited to 'core')
-rwxr-xr-x | core/res/res/values/config.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index db5e400..d73a75d 100755 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -747,6 +747,11 @@ autodetected from the Configuration. --> <bool name="config_showNavigationBar">false</bool> + <!-- Whether to suppress tablet status/nav bar contents. NOTE: this makes the + device essentially useless except for kiosk-type scenarios. This + configuration parameter will also go away soon. --> + <bool name="config_emptyTabletStatusBar">false</bool> + <!-- Whether action menu items should be displayed in ALLCAPS or not. Defaults to true. If this is not appropriate for specific locales it should be disabled in that locale's resources. --> |