diff options
author | Winson Chung <winsonc@google.com> | 2014-05-05 12:06:28 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2014-05-05 14:33:44 -0700 |
commit | da5b84c8d38d8322b5bb7d22653625bb51734a4e (patch) | |
tree | 1c68ca457cb12f949694af72d9c0675179430473 /packages/SystemUI/res/values-sw720dp | |
parent | 26ebd62b571b5e1004d344866fcea45272b40e15 (diff) | |
download | frameworks_base-da5b84c8d38d8322b5bb7d22653625bb51734a4e.zip frameworks_base-da5b84c8d38d8322b5bb7d22653625bb51734a4e.tar.gz frameworks_base-da5b84c8d38d8322b5bb7d22653625bb51734a4e.tar.bz2 |
Exposing the API to support widgets in Recents.
Change-Id: I2d53f226dbc328f0dbda7006eac647c6468c6b36
Diffstat (limited to 'packages/SystemUI/res/values-sw720dp')
-rw-r--r-- | packages/SystemUI/res/values-sw720dp/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values-sw720dp/config.xml b/packages/SystemUI/res/values-sw720dp/config.xml index bf01a8d..7cf711a 100644 --- a/packages/SystemUI/res/values-sw720dp/config.xml +++ b/packages/SystemUI/res/values-sw720dp/config.xml @@ -32,5 +32,8 @@ <!-- Min alpha % that recent items will fade to while being dismissed --> <integer name="config_recent_item_min_alpha">0</integer> + + <!-- Transposes the search bar layout in landscape --> + <bool name="recents_transpose_search_layout_with_orientation">false</bool> </resources> |