diff options
author | John Spurlock <jspurlock@google.com> | 2013-08-05 12:22:40 -0400 |
---|---|---|
committer | John Spurlock <jspurlock@google.com> | 2013-08-06 14:17:22 -0400 |
commit | e1f366faf8691f0dacde1dad35b28fcc37120776 (patch) | |
tree | 94dcee80bd467a3b030c508a5a6b24fc8d4f9c56 /packages/SystemUI/res/values-land | |
parent | 1ea19f4e4959448d3a97adbb7dd055924ec270e9 (diff) | |
download | frameworks_base-e1f366faf8691f0dacde1dad35b28fcc37120776.zip frameworks_base-e1f366faf8691f0dacde1dad35b28fcc37120776.tar.gz frameworks_base-e1f366faf8691f0dacde1dad35b28fcc37120776.tar.bz2 |
Introduce new transparent bars sysui flags.
Two new public sysui flags for views to request transparent
bars:
View.SYSTEM_UI_FLAG_TRANSPARENT_STATUS
View.SYSTEM_UI_FLAG_TRANSPARENT_NAVIGATION
This first change simply introduces the flags at the framework
level, and makes the requisite layout tweaks to WM.
As part of this change, expunge the term "hideybars" from the
codebase. The flag to declare support for transient bars is called:
View.SYSTEM_UI_FLAG_ALLOW_TRANSIENT
Final visuals/transitions between opaque/transparent bars will be
done as a subsequent change. Right now the transparent style is
identical to the transient bars.
Change-Id: I5ead9c5e7b77f212df5b2a5f6e770596cd2226f3
Diffstat (limited to 'packages/SystemUI/res/values-land')
-rw-r--r-- | packages/SystemUI/res/values-land/refs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values-land/refs.xml b/packages/SystemUI/res/values-land/refs.xml index f5e79b9..62fb77d 100644 --- a/packages/SystemUI/res/values-land/refs.xml +++ b/packages/SystemUI/res/values-land/refs.xml @@ -16,5 +16,5 @@ */ --> <resources> - <item type="string" name="hideybar_confirmation_message">@string/hideybar_confirmation_message_long</item> + <item type="string" name="hiding_navigation_confirmation_message">@string/hiding_navigation_confirmation_message_long</item> </resources> |