summaryrefslogtreecommitdiffstats
path: root/res/values-land
diff options
context:
space:
mode:
authorAndy Huang <ath@google.com>2013-01-28 20:45:40 -0800
committerAndy Huang <ath@google.com>2013-01-29 15:43:35 -0800
commitaf65e73c4ad37fd98f6f21804f441edb2256f5da (patch)
tree45660bb4332bad3c2905e6a1bc5329561ae5e8d6 /res/values-land
parenta91d00b4de3092b41af5f36436d3b49fe4586f64 (diff)
downloadandroid_packages_apps_UnifiedEmail-af65e73c4ad37fd98f6f21804f441edb2256f5da.tar.gz
android_packages_apps_UnifiedEmail-af65e73c4ad37fd98f6f21804f441edb2256f5da.tar.bz2
android_packages_apps_UnifiedEmail-af65e73c4ad37fd98f6f21804f441edb2256f5da.zip
Improve 'up' tap highlighting
Leave our custom SnippetTextView as-is, but dynamically switch from CUSTOM to TITLE mode when it is safe to do so. This fixes the 'up' tap highlight while leaving our snippet measurement logic intact and functional. I've lined up the layout of SnippetTextView to be consistent with the current framework TITLE mode, but there are no guarantees these will stay consistent on future platforms. Caveat emptor. Use reflection on the new ActionBar 2-line flag as a way to determine if 2-line TITLE mode is supported in the platform. Bug: 8030707 Change-Id: If293c20a296b36265d6dbcf49095879093ddfbc7
Diffstat (limited to 'res/values-land')
-rw-r--r--res/values-land/dimen.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/values-land/dimen.xml b/res/values-land/dimen.xml
index b618322a2..0dc5d8be4 100644
--- a/res/values-land/dimen.xml
+++ b/res/values-land/dimen.xml
@@ -16,7 +16,6 @@
limitations under the License.
-->
<resources>
- <dimen name="actionbar_subject_padding_right">0dp</dimen>
<dimen name="compose_scrollview_width">800dp</dimen>
<dimen name="subject_width">604dip</dimen>
</resources>