summaryrefslogtreecommitdiffstats
path: root/chips/res/layout
diff options
context:
space:
mode:
authorPaul Westbrook <pwestbro@google.com>2011-08-26 13:01:50 -0700
committerPaul Westbrook <pwestbro@google.com>2011-08-26 13:16:16 -0700
commitd70e8c954a2f7e5f85f2a1588bc07a0500748e45 (patch)
tree3641d7b9dd51f407c99dd6b643291bd7f07d778a /chips/res/layout
parent744a03849305a7936741b92dbdc1cc7a7a67802a (diff)
downloadandroid_frameworks_ex-d70e8c954a2f7e5f85f2a1588bc07a0500748e45.tar.gz
android_frameworks_ex-d70e8c954a2f7e5f85f2a1588bc07a0500748e45.tar.bz2
android_frameworks_ex-d70e8c954a2f7e5f85f2a1588bc07a0500748e45.zip
Remove label from chips
Bug: 5220741 Change-Id: If1c9423c253301209e7ca9af8c898891f6a8b98b
Diffstat (limited to 'chips/res/layout')
-rw-r--r--chips/res/layout/chips_recipient_dropdown_item.xml29
1 files changed, 8 insertions, 21 deletions
diff --git a/chips/res/layout/chips_recipient_dropdown_item.xml b/chips/res/layout/chips_recipient_dropdown_item.xml
index f9a5eba..c1f9f11 100644
--- a/chips/res/layout/chips_recipient_dropdown_item.xml
+++ b/chips/res/layout/chips_recipient_dropdown_item.xml
@@ -45,25 +45,12 @@
android:singleLine="true"
android:ellipsize="end" />
</LinearLayout>
- <LinearLayout
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:orientation="horizontal"
- android:gravity="center_vertical|right"
- android:layout_marginLeft="12dip">
- <TextView
- android:id="@android:id/text2"
- android:textColor="@drawable/list_item_font_secondary"
- android:textSize="12sp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="8dip" />
- <ImageView
- android:id="@android:id/icon"
- android:layout_width="48dip"
- android:layout_height="48dip"
- android:src="@drawable/ic_contact_picture"
- android:cropToPadding="true"
- android:scaleType="centerCrop" />
- </LinearLayout>
+ <ImageView
+ android:id="@android:id/icon"
+ android:layout_width="48dip"
+ android:layout_height="48dip"
+ android:layout_marginLeft="12dip"
+ android:src="@drawable/ic_contact_picture"
+ android:cropToPadding="true"
+ android:scaleType="centerCrop" />
</LinearLayout>