summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorGarik Badalyan <garikb@codeaurora.org>2015-01-02 16:25:27 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2015-01-08 22:40:45 -0800
commitfebd93626b9f0ddb32a360151afbb8c207e0cf3b (patch)
tree221d620b9f832a67d26055d7a1bb4429de7af874 /res
parentafd3fe21586aa4493f95e77510235c770ba714b6 (diff)
downloadandroid_packages_apps_Dialer-febd93626b9f0ddb32a360151afbb8c207e0cf3b.tar.gz
android_packages_apps_Dialer-febd93626b9f0ddb32a360151afbb8c207e0cf3b.tar.bz2
android_packages_apps_Dialer-febd93626b9f0ddb32a360151afbb8c207e0cf3b.zip
IMS-VT: Bring InCallUI to foreground using "Heads up" bar.
Android framework displays "Heads up" notification bar with set of buttons that can be used to accept the incoming call, when the screen is on. Currently up to three actions (buttons) can be added to the notification bar. Phone Application adds "Dismiss", "Voice" and "Video" actions. Since there is a limit (3) on the number of allowed acions, adding "VideoTx" and "VideoRx" actions to the notification bar without increasing the current limit is impossible. Changing the max allowed actions will invalidate public and published API and corresponding document. This change replaces "Video" with "More" action which will bring the phone application to foreground and show the standard incoming call UI. Change-Id: I94c21cca42d378fba6dccf2225313177d9da2411 CRs-Fixed: 753053
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/ic_more.pngbin0 -> 718 bytes
-rw-r--r--res/drawable-mdpi/ic_more.pngbin0 -> 465 bytes
-rw-r--r--res/drawable-xhdpi/ic_more.pngbin0 -> 1153 bytes
-rw-r--r--res/drawable-xxhdpi/ic_more.pngbin0 -> 1874 bytes
4 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-hdpi/ic_more.png b/res/drawable-hdpi/ic_more.png
new file mode 100644
index 000000000..ac44e1db4
--- /dev/null
+++ b/res/drawable-hdpi/ic_more.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_more.png b/res/drawable-mdpi/ic_more.png
new file mode 100644
index 000000000..092a87864
--- /dev/null
+++ b/res/drawable-mdpi/ic_more.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_more.png b/res/drawable-xhdpi/ic_more.png
new file mode 100644
index 000000000..d9132037b
--- /dev/null
+++ b/res/drawable-xhdpi/ic_more.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_more.png b/res/drawable-xxhdpi/ic_more.png
new file mode 100644
index 000000000..1570e4f91
--- /dev/null
+++ b/res/drawable-xxhdpi/ic_more.png
Binary files differ