From d99993213962df64c9d76005df86c2fb83fca074 Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Fri, 19 Jul 2013 09:22:03 -0700 Subject: Style and layout changes to match redlines * Swapped out some icons with newly added assets. * Changed search view into edit text with accompanying close button so that it can be more easily styled. * Changed various background colors. * Tweaked padding values to match redlines * Removed margins from PhoneFavoriteRegularRowView and PhoneFavoriteTileView and instead use a standardized set of margins for all rows in PhoneFavoritesTileAdapter * Added bottom_border_background drawable to create a bordered background. * Remove PhoneFavoritesTileAdapter.ViewTypes.STARRED/STARRED_PHONE since they are no longer relevant Change-Id: I65dfd5adf6cfbcb2c9d283aef2bd10e5d2a82dc7 --- res/drawable/bottom_border_background.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 res/drawable/bottom_border_background.xml (limited to 'res/drawable') diff --git a/res/drawable/bottom_border_background.xml b/res/drawable/bottom_border_background.xml new file mode 100644 index 000000000..9a35e8a4d --- /dev/null +++ b/res/drawable/bottom_border_background.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3