diff options
author | Yorke Lee <yorkelee@google.com> | 2013-09-24 07:32:53 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-09-24 07:32:53 -0700 |
commit | fddfd4857e7f7bfce3237b99928919cb517491da (patch) | |
tree | 8d946e1bb552f19e089e93ee1eb2786d147626ab /res | |
parent | 301d058e1223f3fc435108462d418bba115eb039 (diff) | |
parent | 99546e0a37b56097b9a868b638234687a9923ff6 (diff) |
am 99546e0a: Merge "Add number type label to favorites list" into klp-dev
* commit '99546e0a37b56097b9a868b638234687a9923ff6':
Add number type label to favorites list
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/phone_favorite_regular_row_view.xml | 15 |
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 |