Use fasttrack badge in list view.
Right now the fasttrack badge is a private framework asset. This will
change soon when I create a custom fasttrack badge view.
Change-Id: Ibbcb2f691f4e3eb121ba9ea873194468bb4d4b3e
diff --git a/res/layout-finger/contacts_list_item_photo.xml b/res/layout-finger/contacts_list_item_photo.xml
index 279297d..d497b8b 100644
--- a/res/layout-finger/contacts_list_item_photo.xml
+++ b/res/layout-finger/contacts_list_item_photo.xml
@@ -52,15 +52,13 @@
/>
<ImageView android:id="@+id/photo"
- android:layout_width="54dip"
- android:layout_height="54dip"
+ android:layout_width="48dip"
+ android:layout_height="52dip"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:layout_marginRight="8dip"
-
- android:gravity="center"
android:scaleType="fitCenter"
- android:background="@drawable/contact_picture_border_in_list"
+ android:background="@*android:drawable/fasttrack_badge_dark"/>"
/>
<TextView android:id="@+id/label"