From d6a16d364de95c8eb0d9c4f5a07d5ad6387c8470 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Tue, 30 Jul 2013 08:43:12 -0700 Subject: Change overlay and styles for contact tiles * Add shadow overlay * Change font and color of contact tile name * Change various padding values Change-Id: I298a2cc58ed3cf1ab310bb5c5cfc243e3eee117e --- res/drawable-hdpi/shadow_contact_photo.png | Bin 0 -> 346 bytes res/drawable-mdpi/shadow_contact_photo.png | Bin 0 -> 339 bytes res/drawable-xhdpi/shadow_contact_photo.png | Bin 0 -> 353 bytes res/layout/phone_favorite_tile_view.xml | 44 ++++++++++++++++------------ res/values/colors.xml | 2 ++ res/values/dimens.xml | 3 +- 6 files changed, 29 insertions(+), 20 deletions(-) create mode 100644 res/drawable-hdpi/shadow_contact_photo.png create mode 100644 res/drawable-mdpi/shadow_contact_photo.png create mode 100644 res/drawable-xhdpi/shadow_contact_photo.png (limited to 'res') diff --git a/res/drawable-hdpi/shadow_contact_photo.png b/res/drawable-hdpi/shadow_contact_photo.png new file mode 100644 index 000000000..49cbb97dc Binary files /dev/null and b/res/drawable-hdpi/shadow_contact_photo.png differ diff --git a/res/drawable-mdpi/shadow_contact_photo.png b/res/drawable-mdpi/shadow_contact_photo.png new file mode 100644 index 000000000..4734bbd21 Binary files /dev/null and b/res/drawable-mdpi/shadow_contact_photo.png differ diff --git a/res/drawable-xhdpi/shadow_contact_photo.png b/res/drawable-xhdpi/shadow_contact_photo.png new file mode 100644 index 000000000..1077ec1c8 Binary files /dev/null and b/res/drawable-xhdpi/shadow_contact_photo.png differ diff --git a/res/layout/phone_favorite_tile_view.xml b/res/layout/phone_favorite_tile_view.xml index bf9020557..e82a4e2f1 100644 --- a/res/layout/phone_favorite_tile_view.xml +++ b/res/layout/phone_favorite_tile_view.xml @@ -16,14 +16,14 @@ + android:layout_height="match_parent"> + + #d3d3d3 + + #f0f0f0 diff --git a/res/values/dimens.xml b/res/values/dimens.xml index e9f2ce0ed..30fe16e25 100644 --- a/res/values/dimens.xml +++ b/res/values/dimens.xml @@ -59,7 +59,8 @@ 27dp - 3dp + 3dp + 36dp 8dp 8dp 8dp -- cgit v1.2.3