summaryrefslogtreecommitdiffstats
path: root/res/values/constants.xml
diff options
context:
space:
mode:
authorAndy Huang <ath@google.com>2014-07-23 18:13:10 -0700
committerAndy Huang <ath@google.com>2014-07-23 18:13:10 -0700
commitcc6b6dd1f7677885a3fa2de30468978f246b7a02 (patch)
treee6ddb8fb5808ced5ff6ac515a041efc264f977ed /res/values/constants.xml
parentb8d808bdd7519cf65b8b03f853381a30f50dd65f (diff)
downloadandroid_packages_apps_UnifiedEmail-cc6b6dd1f7677885a3fa2de30468978f246b7a02.tar.gz
android_packages_apps_UnifiedEmail-cc6b6dd1f7677885a3fa2de30468978f246b7a02.tar.bz2
android_packages_apps_UnifiedEmail-cc6b6dd1f7677885a3fa2de30468978f246b7a02.zip
kill floaty footer
it's dead. code is interfering with mini-drawer work. Change-Id: I7a9d1920e34ee3865528f00d4c66403b00008752
Diffstat (limited to 'res/values/constants.xml')
-rw-r--r--res/values/constants.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/res/values/constants.xml b/res/values/constants.xml
index fe4774adc..0eb75de1f 100644
--- a/res/values/constants.xml
+++ b/res/values/constants.xml
@@ -62,9 +62,6 @@
<!-- Whether to show single or 2 pane search results -->
<bool name="show_two_pane_search_results">false</bool>
- <!-- this is off for shortish devices. values-h480dp enables this for anything tallish -->
- <bool name="show_drawer_floaty_footer">false</bool>
-
<!-- Amount of memory in bytes allocated for image cache -->
<integer name="config_image_cache_max_bytes">1500000</integer>