summaryrefslogtreecommitdiffstats
path: root/res/drawable-xxhdpi
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-06-15 16:06:14 -0700
committerAndrew Lee <anwlee@google.com>2015-06-15 17:43:52 -0700
commitbae7b937b6cf6e7eb26d07bec95de38083923614 (patch)
tree6662774c617e202e85bea437ea503ba78923247d /res/drawable-xxhdpi
parentbecbb119bdcd96257106b990ce84bac99388deac (diff)
downloadandroid_packages_apps_Dialer-bae7b937b6cf6e7eb26d07bec95de38083923614.tar.gz
android_packages_apps_Dialer-bae7b937b6cf6e7eb26d07bec95de38083923614.tar.bz2
android_packages_apps_Dialer-bae7b937b6cf6e7eb26d07bec95de38083923614.zip
Add play voicemail primary action to call log.
+ Add voicemail primary action button, which expands the call log and plays immediately when clicked. + Pass expand/collapse listener into the view holder. This is necessary because it needs to be triggered when the "play" primary action is clicked so that the CallLogAdapter correctly registers what has been added and binded. + Update primary action button state when showing or hiding actions, so the visibility of the voicemail play button is managed properly. + Ensure voicemail playback state is consistent between multiple call log items when the user initiates a collapse or expand. Add reset function to help manage this. + With the reset, protect against the possibility of functions in the presenter being called when no voicemail playback view is set. Bug: 21654755 Change-Id: I7bcf67d27fa08fe77d1334dc084b52effe8d3ccc
Diffstat (limited to 'res/drawable-xxhdpi')
-rw-r--r--res/drawable-xxhdpi/ic_play_arrow_24dp.pngbin0 -> 283 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-xxhdpi/ic_play_arrow_24dp.png b/res/drawable-xxhdpi/ic_play_arrow_24dp.png
new file mode 100644
index 000000000..547ef30aa
--- /dev/null
+++ b/res/drawable-xxhdpi/ic_play_arrow_24dp.png
Binary files differ