summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-09-24 14:27:57 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-24 14:27:58 +0000
commit99546e0a37b56097b9a868b638234687a9923ff6 (patch)
tree6e4d58c1cb01014a0da97e84820d7f070f20bb03 /res
parent86ae214b357826f7e13ed9f93970e1fb2a628f44 (diff)
parent791082e22b50db98de6749bb5ef878d3ec483e28 (diff)
Merge "Add number type label to favorites list" into klp-dev
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