From 9bead9c01ab09ebfbd1c2be8555d8c8d4e3cf6bd Mon Sep 17 00:00:00 2001 From: Christine Chen Date: Fri, 20 Sep 2013 18:08:58 -0700 Subject: Adds star to indicate favorite contacts - For squared tiles, stars will replace info icons when a contact is a favorite contact. And clicking on either star or info icon will bring up the quick contact card. Bug: 10862067 Change-Id: Ie0ad9e7e5969a70c3bafef5c2bb47fb84cd7ffdb --- res/drawable-hdpi/ic_star_marked_as_fav.png | Bin 0 -> 1444 bytes res/drawable-mdpi/ic_star_marked_as_fav.png | Bin 0 -> 964 bytes res/drawable-xhdpi/ic_star_marked_as_fav.png | Bin 0 -> 1950 bytes res/drawable-xxhdpi/ic_star_marked_as_fav.png | Bin 0 -> 2338 bytes res/layout/phone_favorite_regular_row_view.xml | 14 ++++++++++++++ res/layout/phone_favorite_tile_view.xml | 14 ++++++++++++++ 6 files changed, 28 insertions(+) create mode 100644 res/drawable-hdpi/ic_star_marked_as_fav.png create mode 100644 res/drawable-mdpi/ic_star_marked_as_fav.png create mode 100644 res/drawable-xhdpi/ic_star_marked_as_fav.png create mode 100644 res/drawable-xxhdpi/ic_star_marked_as_fav.png (limited to 'res') diff --git a/res/drawable-hdpi/ic_star_marked_as_fav.png b/res/drawable-hdpi/ic_star_marked_as_fav.png new file mode 100644 index 000000000..8a138c478 Binary files /dev/null and b/res/drawable-hdpi/ic_star_marked_as_fav.png differ diff --git a/res/drawable-mdpi/ic_star_marked_as_fav.png b/res/drawable-mdpi/ic_star_marked_as_fav.png new file mode 100644 index 000000000..ee1b5ec1c Binary files /dev/null and b/res/drawable-mdpi/ic_star_marked_as_fav.png differ diff --git a/res/drawable-xhdpi/ic_star_marked_as_fav.png b/res/drawable-xhdpi/ic_star_marked_as_fav.png new file mode 100644 index 000000000..372747a80 Binary files /dev/null and b/res/drawable-xhdpi/ic_star_marked_as_fav.png differ diff --git a/res/drawable-xxhdpi/ic_star_marked_as_fav.png b/res/drawable-xxhdpi/ic_star_marked_as_fav.png new file mode 100644 index 000000000..3eeff4c05 Binary files /dev/null and b/res/drawable-xxhdpi/ic_star_marked_as_fav.png differ diff --git a/res/layout/phone_favorite_regular_row_view.xml b/res/layout/phone_favorite_regular_row_view.xml index c4c9c557a..b3c37d813 100644 --- a/res/layout/phone_favorite_regular_row_view.xml +++ b/res/layout/phone_favorite_regular_row_view.xml @@ -68,6 +68,20 @@ android:layout_marginStart="8dip" android:layout_gravity="bottom" /> + + + + +