diff options
author | Andrew Lee <anwlee@google.com> | 2015-05-06 14:36:50 -0700 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2015-05-07 14:44:12 -0700 |
commit | 51c2bde72ee4674266ac464bea2aba72d217d75f (patch) | |
tree | ec4401aa894388658fe91a25a35de632a70ff9d0 /res/drawable-xhdpi | |
parent | f4ea223170ab5aaf63562d7d46b08fd24664bdce (diff) | |
download | packages_apps_Dialer-51c2bde72ee4674266ac464bea2aba72d217d75f.tar.gz packages_apps_Dialer-51c2bde72ee4674266ac464bea2aba72d217d75f.tar.bz2 packages_apps_Dialer-51c2bde72ee4674266ac464bea2aba72d217d75f.zip |
Update layouts for call log list item actions.
+ Add icons for actions.
+ Revise layouts to match new visual appearance. Call Log actions
are now a linear layout with an icon and text.
+ Some style/redline tweaks.
+ Temporarily replaced animation logic with LinearLayout, to be
revisited.
Bug: 20433758
Change-Id: Ia13b6c9f583d673743488f2e93be5593a1fbf8dc
Diffstat (limited to 'res/drawable-xhdpi')
-rw-r--r-- | res/drawable-xhdpi/ic_more_horiz_24dp.png | bin | 0 -> 161 bytes |
-rw-r--r-- | res/drawable-xhdpi/ic_report_problem_24dp.png | bin | 0 -> 364 bytes |
-rw-r--r-- | res/drawable-xhdpi/ic_videocam_24dp.png (renamed from res/drawable-xhdpi/ic_videocam_wht_24dp.png) | bin | 257 -> 257 bytes |
-rw-r--r-- | res/drawable-xhdpi/ic_voicemail_24dp.png | bin | 0 -> 487 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-xhdpi/ic_more_horiz_24dp.png b/res/drawable-xhdpi/ic_more_horiz_24dp.png Binary files differnew file mode 100644 index 000000000..dbb87ca91 --- /dev/null +++ b/res/drawable-xhdpi/ic_more_horiz_24dp.png diff --git a/res/drawable-xhdpi/ic_report_problem_24dp.png b/res/drawable-xhdpi/ic_report_problem_24dp.png Binary files differnew file mode 100644 index 000000000..a43fa3c27 --- /dev/null +++ b/res/drawable-xhdpi/ic_report_problem_24dp.png diff --git a/res/drawable-xhdpi/ic_videocam_wht_24dp.png b/res/drawable-xhdpi/ic_videocam_24dp.png Binary files differindex 814e515bc..814e515bc 100644 --- a/res/drawable-xhdpi/ic_videocam_wht_24dp.png +++ b/res/drawable-xhdpi/ic_videocam_24dp.png diff --git a/res/drawable-xhdpi/ic_voicemail_24dp.png b/res/drawable-xhdpi/ic_voicemail_24dp.png Binary files differnew file mode 100644 index 000000000..59126d706 --- /dev/null +++ b/res/drawable-xhdpi/ic_voicemail_24dp.png |