From 6b7bbff7aaae1e51d57c255c21a0ef1c4faf7655 Mon Sep 17 00:00:00 2001 From: Christine Chen Date: Mon, 29 Jul 2013 14:17:15 -0700 Subject: Adds undo favorite removal dialogue redlines. Change-Id: I2edcccdd4acdd3ff281132efc66e21def228002f --- res/drawable-hdpi/ic_fav_undo_dk.png | Bin 0 -> 1324 bytes res/drawable-mdpi/ic_fav_undo_dk.png | Bin 0 -> 962 bytes res/drawable-xhdpi/ic_fav_undo_dk.png | Bin 0 -> 1784 bytes res/layout/phone_favorite_regular_row_view.xml | 48 ++++++++++++-------- res/layout/phone_favorite_tile_view.xml | 60 ++++++++++++++----------- res/values/colors.xml | 3 ++ 6 files changed, 68 insertions(+), 43 deletions(-) create mode 100644 res/drawable-hdpi/ic_fav_undo_dk.png create mode 100644 res/drawable-mdpi/ic_fav_undo_dk.png create mode 100644 res/drawable-xhdpi/ic_fav_undo_dk.png (limited to 'res') diff --git a/res/drawable-hdpi/ic_fav_undo_dk.png b/res/drawable-hdpi/ic_fav_undo_dk.png new file mode 100644 index 000000000..1279114f2 Binary files /dev/null and b/res/drawable-hdpi/ic_fav_undo_dk.png differ diff --git a/res/drawable-mdpi/ic_fav_undo_dk.png b/res/drawable-mdpi/ic_fav_undo_dk.png new file mode 100644 index 000000000..78a3437dd Binary files /dev/null and b/res/drawable-mdpi/ic_fav_undo_dk.png differ diff --git a/res/drawable-xhdpi/ic_fav_undo_dk.png b/res/drawable-xhdpi/ic_fav_undo_dk.png new file mode 100644 index 000000000..ef0b84e42 Binary files /dev/null and b/res/drawable-xhdpi/ic_fav_undo_dk.png differ diff --git a/res/layout/phone_favorite_regular_row_view.xml b/res/layout/phone_favorite_regular_row_view.xml index 532e85854..137d3da60 100644 --- a/res/layout/phone_favorite_regular_row_view.xml +++ b/res/layout/phone_favorite_regular_row_view.xml @@ -28,7 +28,7 @@ android:background="?android:attr/selectableItemBackground" > + + android:textAlignment="center" /> - + android:clickable="true" + android:layout_marginRight="30dp" + android:gravity="center_vertical"> + + + + diff --git a/res/layout/phone_favorite_tile_view.xml b/res/layout/phone_favorite_tile_view.xml index 2865c2ade..6242b96a2 100644 --- a/res/layout/phone_favorite_tile_view.xml +++ b/res/layout/phone_favorite_tile_view.xml @@ -15,18 +15,17 @@ --> > + android:focusable="true"> + android:textAlignment="center" /> - + android:layout_alignParentLeft="true" + android:clickable="true" + android:layout_weight="1" + android:layout_gravity="bottom"> - + + + + + diff --git a/res/values/colors.xml b/res/values/colors.xml index 2fc78b895..085817ea6 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -71,4 +71,7 @@ #f0f0f0 + + + #4d4d4d -- cgit v1.2.3