summaryrefslogtreecommitdiffstats
path: root/res/drawable-hdpi
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-02-10 16:09:12 -0800
committerYorke Lee <yorkelee@google.com>2014-02-18 15:24:31 -0800
commit765734c1d602c9a6d166d653b3684e6408b771c4 (patch)
tree63536c7e4eda26db6e14d29b3ce21099d50ce8de /res/drawable-hdpi
parentf5a48b2f7ea7d69162f48ea47a6bf30ba098b5c4 (diff)
downloadpackages_apps_Dialer-765734c1d602c9a6d166d653b3684e6408b771c4.tar.gz
packages_apps_Dialer-765734c1d602c9a6d166d653b3684e6408b771c4.tar.bz2
packages_apps_Dialer-765734c1d602c9a6d166d653b3684e6408b771c4.zip
Switch favorites screen to grid layout
* Add logic to PhoneFavoritesTileAdapter so that it now supports an unlimited number of tiled rows. * Tiles now have a configurable height to width ratio. * Fix animations so that tiles moving up and down rows appear to animate in from the correct direction. Tiles moving to the row above should animate in from right to left. Tiles moving to the row below should animate in from left to right. * Update the number of columns in the grid to 2. * Update layout of individual tiles to match redlines from UX. * Tweak font sizes for tiles * No longer truncate names in tiles * Tiles have a 2-3 height to width ratio * Update assets and layout for favorite and more info icons * Add content description for the favorite button * Add tests for PhoneFavoritesTileAdapter Change-Id: I50b298f0941698985d281f13e6a87c5a9b613efa
Diffstat (limited to 'res/drawable-hdpi')
-rw-r--r--res/drawable-hdpi/ic_contact_info.pngbin831 -> 0 bytes
-rw-r--r--res/drawable-hdpi/ic_star_marked_as_fav.pngbin1444 -> 0 bytes
-rw-r--r--res/drawable-hdpi/overflow_thumbnail.pngbin0 -> 947 bytes
-rw-r--r--res/drawable-hdpi/star_thumbnail.pngbin0 -> 1406 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-hdpi/ic_contact_info.png b/res/drawable-hdpi/ic_contact_info.png
deleted file mode 100644
index 9c23000d9..000000000
--- a/res/drawable-hdpi/ic_contact_info.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/ic_star_marked_as_fav.png b/res/drawable-hdpi/ic_star_marked_as_fav.png
deleted file mode 100644
index 8a138c478..000000000
--- a/res/drawable-hdpi/ic_star_marked_as_fav.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-hdpi/overflow_thumbnail.png b/res/drawable-hdpi/overflow_thumbnail.png
new file mode 100644
index 000000000..57db353f7
--- /dev/null
+++ b/res/drawable-hdpi/overflow_thumbnail.png
Binary files differ
diff --git a/res/drawable-hdpi/star_thumbnail.png b/res/drawable-hdpi/star_thumbnail.png
new file mode 100644
index 000000000..1d4d5e184
--- /dev/null
+++ b/res/drawable-hdpi/star_thumbnail.png
Binary files differ