summaryrefslogtreecommitdiffstats
path: root/chips/res
diff options
context:
space:
mode:
authorDaisuke Miyakawa <dmiyakawa@google.com>2011-10-13 16:14:58 -0700
committerDaisuke Miyakawa <dmiyakawa@google.com>2011-10-13 18:19:11 -0700
commit420fa4442a31b5541844a0f46604f359e07b61ed (patch)
tree820444e88705847e6ddb36c07f1b1b8e797b0cd2 /chips/res
parented35860055b334d313d7b454892610891f5b7fce (diff)
downloadandroid_frameworks_ex-420fa4442a31b5541844a0f46604f359e07b61ed.tar.gz
android_frameworks_ex-420fa4442a31b5541844a0f46604f359e07b61ed.tar.bz2
android_frameworks_ex-420fa4442a31b5541844a0f46604f359e07b61ed.zip
DO NOT MERGE. Use minHeight to allow large fonts.
Backporting I2866717e9767e431ec3aab26ea42077b9e18a031 Bug: 5458020 Change-Id: Iaf4ddf59819932f641c1f9949c975f107f961a4f
Diffstat (limited to 'chips/res')
-rw-r--r--chips/res/layout/chips_recipient_dropdown_item.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chips/res/layout/chips_recipient_dropdown_item.xml b/chips/res/layout/chips_recipient_dropdown_item.xml
index c1f9f11..04bd31c 100644
--- a/chips/res/layout/chips_recipient_dropdown_item.xml
+++ b/chips/res/layout/chips_recipient_dropdown_item.xml
@@ -17,13 +17,14 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="48dip"
+ android:layout_height="wrap_content"
+ android:minHeight="48dip"
android:orientation="horizontal"
android:gravity="center_vertical"
android:background="@drawable/list_item_background">
<LinearLayout
android:layout_width="0dip"
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
android:gravity="center_vertical"
android:orientation="vertical"
android:layout_weight="1">
@@ -34,8 +35,7 @@
android:layout_height="wrap_content"
android:paddingLeft="8dip"
android:singleLine="true"
- android:ellipsize="end"
- />
+ android:ellipsize="end" />
<TextView android:id="@android:id/text1"
android:textColor="@drawable/list_item_font_secondary"
android:textSize="14sp"