summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values-sw600dp
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2014-09-09 18:33:06 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-09-09 18:33:08 +0000
commit31e8d7602c23661fb4540e2858af4833d2347c9f (patch)
treee01c03dd0447ace453217f4dd1f18b9c6dc21327 /packages/SystemUI/res/values-sw600dp
parentfc3922d49b20f52a12c7557b8c37bb022030e6f2 (diff)
parent27acf761229779e1777d380616846ac07f484ed6 (diff)
downloadframeworks_base-31e8d7602c23661fb4540e2858af4833d2347c9f.zip
frameworks_base-31e8d7602c23661fb4540e2858af4833d2347c9f.tar.gz
frameworks_base-31e8d7602c23661fb4540e2858af4833d2347c9f.tar.bz2
Merge "Separating the notion of transposed search vs nav bar. (Bug 17402331)" into lmp-dev
Diffstat (limited to 'packages/SystemUI/res/values-sw600dp')
-rw-r--r--packages/SystemUI/res/values-sw600dp/config.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/SystemUI/res/values-sw600dp/config.xml b/packages/SystemUI/res/values-sw600dp/config.xml
index 5aafb66..83477c0 100644
--- a/packages/SystemUI/res/values-sw600dp/config.xml
+++ b/packages/SystemUI/res/values-sw600dp/config.xml
@@ -33,6 +33,8 @@
<!-- Set to true to enable the user switcher on the keyguard. -->
<bool name="config_keyguardUserSwitcher">true</bool>
- <!-- Transposes the recents layout in landscape. -->
- <bool name="recents_transpose_layout_with_orientation">false</bool>
+ <!-- Transposes the search bar layout in landscape. -->
+ <bool name="recents_has_transposed_search_bar">true</bool>
+ <!-- Transposes the nav bar in landscape (only used for purposes of layout). -->
+ <bool name="recents_has_transposed_nav_bar">false</bool>
</resources>