summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp-land
diff options
context:
space:
mode:
authorAndy Huang <ath@google.com>2013-06-17 18:06:57 -0700
committerAndy Huang <ath@google.com>2013-06-18 14:47:04 -0700
commit7fdf34185f0d41bdebf25bcf6d14927b16658136 (patch)
tree4cc7b7056f073a616d4ab7e5a145fb5b5bff3f1d /res/values-sw600dp-land
parentd4de4aa5c73a9e68e1887c2b3de233acd0c51761 (diff)
downloadandroid_packages_apps_UnifiedEmail-7fdf34185f0d41bdebf25bcf6d14927b16658136.tar.gz
android_packages_apps_UnifiedEmail-7fdf34185f0d41bdebf25bcf6d14927b16658136.tar.bz2
android_packages_apps_UnifiedEmail-7fdf34185f0d41bdebf25bcf6d14927b16658136.zip
clean up 'collapsed' constants
Change-Id: I8bb38ac918f061cd9ed4ad21d9ed686672dbde15
Diffstat (limited to 'res/values-sw600dp-land')
-rw-r--r--res/values-sw600dp-land/constants.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values-sw600dp-land/constants.xml b/res/values-sw600dp-land/constants.xml
index 714ce0004..63a85a70f 100644
--- a/res/values-sw600dp-land/constants.xml
+++ b/res/values-sw600dp-land/constants.xml
@@ -18,8 +18,8 @@
<!-- Whether to show conversation subject in conversation view -->
<bool name="show_conversation_subject">false</bool>
- <!-- Whether the list is collapsed in conversation view mode -->
- <bool name="list_collapsed">false</bool>
+ <!-- Whether the list is collapsible in conversation view mode -->
+ <bool name="list_collapsible">false</bool>
<!-- Whether to show single or 2 pane search results -->
<bool name="show_two_pane_search_results">true</bool>
</resources>