diff options
author | Yorke Lee <yorkelee@google.com> | 2014-02-10 16:09:12 -0800 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2014-02-18 15:24:31 -0800 |
commit | 765734c1d602c9a6d166d653b3684e6408b771c4 (patch) | |
tree | 63536c7e4eda26db6e14d29b3ce21099d50ce8de /res/drawable-xhdpi | |
parent | f5a48b2f7ea7d69162f48ea47a6bf30ba098b5c4 (diff) | |
download | packages_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-xhdpi')
-rw-r--r-- | res/drawable-xhdpi/ic_contact_info.png | bin | 1186 -> 0 bytes |
-rw-r--r-- | res/drawable-xhdpi/ic_star_marked_as_fav.png | bin | 1950 -> 0 bytes |
-rw-r--r-- | res/drawable-xhdpi/overflow_thumbnail.png | bin | 0 -> 1388 bytes |
-rw-r--r-- | res/drawable-xhdpi/star_thumbnail.png | bin | 0 -> 2248 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-xhdpi/ic_contact_info.png b/res/drawable-xhdpi/ic_contact_info.png Binary files differdeleted file mode 100644 index 88d367b65..000000000 --- a/res/drawable-xhdpi/ic_contact_info.png +++ /dev/null diff --git a/res/drawable-xhdpi/ic_star_marked_as_fav.png b/res/drawable-xhdpi/ic_star_marked_as_fav.png Binary files differdeleted file mode 100644 index 372747a80..000000000 --- a/res/drawable-xhdpi/ic_star_marked_as_fav.png +++ /dev/null diff --git a/res/drawable-xhdpi/overflow_thumbnail.png b/res/drawable-xhdpi/overflow_thumbnail.png Binary files differnew file mode 100644 index 000000000..e538b9894 --- /dev/null +++ b/res/drawable-xhdpi/overflow_thumbnail.png diff --git a/res/drawable-xhdpi/star_thumbnail.png b/res/drawable-xhdpi/star_thumbnail.png Binary files differnew file mode 100644 index 000000000..a71262fb5 --- /dev/null +++ b/res/drawable-xhdpi/star_thumbnail.png |