summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-09-23 15:13:37 -0700
committerYorke Lee <yorkelee@google.com>2013-09-23 20:28:40 -0700
commit791082e22b50db98de6749bb5ef878d3ec483e28 (patch)
tree57c048da251e46313c7d8fe9fdb31b16bd0a0a10 /res
parentd73ea85ab5903dbac8cc4f5e5bdb55261607feb7 (diff)
Add number type label to favorites list
Bug: 10888792 Change-Id: I60ab15389c01cdb5cebc72ede15cced93dca50ef
Diffstat (limited to 'res')
-rw-r--r--res/layout/phone_favorite_regular_row_view.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/layout/phone_favorite_regular_row_view.xml b/res/layout/phone_favorite_regular_row_view.xml
index bf63642e6..c4c9c557a 100644
--- a/res/layout/phone_favorite_regular_row_view.xml
+++ b/res/layout/phone_favorite_regular_row_view.xml
@@ -53,6 +53,21 @@
android:ellipsize="marquee"
android:textAlignment="viewStart" />
+ <TextView
+ android:id="@+id/contact_tile_phone_type"
+ android:layout_height="wrap_content"
+ android:layout_width="wrap_content"
+ android:layout_below="@id/contact_tile_name"
+ android:layout_toRightOf="@id/contact_tile_quick"
+ android:layout_toEndOf="@id/contact_tile_quick"
+ android:textSize="12sp"
+ android:ellipsize="marquee"
+ android:singleLine="true"
+ android:textColor="@color/dialtacts_secondary_text_color"
+ android:layout_marginLeft="8dip"
+ android:layout_marginStart="8dip"
+ android:layout_gravity="bottom" />
+
</RelativeLayout>
<LinearLayout