summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-09-24 10:26:28 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-24 10:26:28 -0700
commit70829933260da3dc54f3b281db9bde4c0e4f5f02 (patch)
tree6e4d58c1cb01014a0da97e84820d7f070f20bb03 /res
parent8058cfac1e88e40e9babf12c0a432560222b0c52 (diff)
parentfddfd4857e7f7bfce3237b99928919cb517491da (diff)
am fddfd485: am 99546e0a: Merge "Add number type label to favorites list" into klp-dev
* commit 'fddfd4857e7f7bfce3237b99928919cb517491da': Add number type label to favorites list
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