From 51c2bde72ee4674266ac464bea2aba72d217d75f Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 6 May 2015 14:36:50 -0700 Subject: 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 --- res/drawable-mdpi/ic_more_horiz_24dp.png | Bin 0 -> 109 bytes res/drawable-mdpi/ic_report_problem_24dp.png | Bin 0 -> 236 bytes res/drawable-mdpi/ic_videocam_24dp.png | Bin 0 -> 215 bytes res/drawable-mdpi/ic_videocam_wht_24dp.png | Bin 215 -> 0 bytes res/drawable-mdpi/ic_voicemail_24dp.png | Bin 0 -> 221 bytes 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-mdpi/ic_more_horiz_24dp.png create mode 100644 res/drawable-mdpi/ic_report_problem_24dp.png create mode 100644 res/drawable-mdpi/ic_videocam_24dp.png delete mode 100644 res/drawable-mdpi/ic_videocam_wht_24dp.png create mode 100644 res/drawable-mdpi/ic_voicemail_24dp.png (limited to 'res/drawable-mdpi') diff --git a/res/drawable-mdpi/ic_more_horiz_24dp.png b/res/drawable-mdpi/ic_more_horiz_24dp.png new file mode 100644 index 000000000..8c0be8ad6 Binary files /dev/null and b/res/drawable-mdpi/ic_more_horiz_24dp.png differ diff --git a/res/drawable-mdpi/ic_report_problem_24dp.png b/res/drawable-mdpi/ic_report_problem_24dp.png new file mode 100644 index 000000000..04365b98a Binary files /dev/null and b/res/drawable-mdpi/ic_report_problem_24dp.png differ diff --git a/res/drawable-mdpi/ic_videocam_24dp.png b/res/drawable-mdpi/ic_videocam_24dp.png new file mode 100644 index 000000000..cbb5be2ea Binary files /dev/null and b/res/drawable-mdpi/ic_videocam_24dp.png differ diff --git a/res/drawable-mdpi/ic_videocam_wht_24dp.png b/res/drawable-mdpi/ic_videocam_wht_24dp.png deleted file mode 100644 index cbb5be2ea..000000000 Binary files a/res/drawable-mdpi/ic_videocam_wht_24dp.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_voicemail_24dp.png b/res/drawable-mdpi/ic_voicemail_24dp.png new file mode 100644 index 000000000..e5aa7db05 Binary files /dev/null and b/res/drawable-mdpi/ic_voicemail_24dp.png differ -- cgit v1.2.3