summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJin Cao <jinyan@google.com>2014-08-19 12:07:37 -0700
committerJin Cao <jinyan@google.com>2014-08-19 12:07:37 -0700
commit0d7de1dda7e3b12b50e1223aa1b055582c51e8ec (patch)
tree4911501c4a609840e45703006016e3e49c1134d9 /res/layout
parenta810584e5b0f64c71fa2b05a91782e28ef98bd87 (diff)
downloadandroid_packages_apps_UnifiedEmail-0d7de1dda7e3b12b50e1223aa1b055582c51e8ec.tar.gz
android_packages_apps_UnifiedEmail-0d7de1dda7e3b12b50e1223aa1b055582c51e8ec.tar.bz2
android_packages_apps_UnifiedEmail-0d7de1dda7e3b12b50e1223aa1b055582c51e8ec.zip
Inherit dropdown style for compose
Compose dropdown style should inherit from appcompat style to get the proper formatting since all we care about is eliminating the divider. b/17129743 Change-Id: Iaa86f2f6bb13c4d3a13443721ae192f255262a25
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/compose_recipients.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/compose_recipients.xml b/res/layout/compose_recipients.xml
index 3c3a0e4b4..885f0996e 100644
--- a/res/layout/compose_recipients.xml
+++ b/res/layout/compose_recipients.xml
@@ -41,6 +41,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:minHeight="@dimen/compose_header_min_height"
android:orientation="vertical">
<LinearLayout