diff options
author | Garik Badalyan <garikb@codeaurora.org> | 2016-04-25 13:15:16 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2016-08-24 08:18:42 -0600 |
commit | fddd9e6e32a8c7d5d8de8e9c716e1bdd8e590427 (patch) | |
tree | 2884fbf444422261044e3d736fe746f34746903c | |
parent | 434ccc0ed386bf14db9c23f643673458157e924f (diff) | |
download | packages_apps_ContactsCommon-fddd9e6e32a8c7d5d8de8e9c716e1bdd8e590427.tar.gz packages_apps_ContactsCommon-fddd9e6e32a8c7d5d8de8e9c716e1bdd8e590427.tar.bz2 packages_apps_ContactsCommon-fddd9e6e32a8c7d5d8de8e9c716e1bdd8e590427.zip |
IMS-VT: Add video call icons.
-Added icons to support one-way video
use-cases, e.g. answering incoming video call,
accepting incoming upgrade request.
Change-Id: I6a071086d8fc1882c89b493ee3cc5c07fb997c48
-rw-r--r-- | res/drawable-hdpi/ic_rx_videocam.png | bin | 0 -> 413 bytes |
-rw-r--r-- | res/drawable-hdpi/ic_tx_videocam.png | bin | 0 -> 370 bytes |
-rwxr-xr-x | res/drawable-mdpi/ic_rx_videocam.png | bin | 0 -> 299 bytes |
-rwxr-xr-x | res/drawable-mdpi/ic_tx_videocam.png | bin | 0 -> 265 bytes |
-rwxr-xr-x | res/drawable-xhdpi/ic_rx_videocam.png | bin | 0 -> 439 bytes |
-rwxr-xr-x | res/drawable-xhdpi/ic_tx_videocam.png | bin | 0 -> 405 bytes |
-rwxr-xr-x | res/drawable-xxhdpi/ic_rx_videocam.png | bin | 0 -> 603 bytes |
-rwxr-xr-x | res/drawable-xxhdpi/ic_tx_videocam.png | bin | 0 -> 551 bytes |
-rwxr-xr-x | res/drawable-xxxhdpi/ic_rx_videocam.png | bin | 0 -> 753 bytes |
-rwxr-xr-x | res/drawable-xxxhdpi/ic_tx_videocam.png | bin | 0 -> 687 bytes |
10 files changed, 0 insertions, 0 deletions
diff --git a/res/drawable-hdpi/ic_rx_videocam.png b/res/drawable-hdpi/ic_rx_videocam.png Binary files differnew file mode 100644 index 00000000..ccdda670 --- /dev/null +++ b/res/drawable-hdpi/ic_rx_videocam.png diff --git a/res/drawable-hdpi/ic_tx_videocam.png b/res/drawable-hdpi/ic_tx_videocam.png Binary files differnew file mode 100644 index 00000000..603ddc89 --- /dev/null +++ b/res/drawable-hdpi/ic_tx_videocam.png diff --git a/res/drawable-mdpi/ic_rx_videocam.png b/res/drawable-mdpi/ic_rx_videocam.png Binary files differnew file mode 100755 index 00000000..1b43a07d --- /dev/null +++ b/res/drawable-mdpi/ic_rx_videocam.png diff --git a/res/drawable-mdpi/ic_tx_videocam.png b/res/drawable-mdpi/ic_tx_videocam.png Binary files differnew file mode 100755 index 00000000..64995d14 --- /dev/null +++ b/res/drawable-mdpi/ic_tx_videocam.png diff --git a/res/drawable-xhdpi/ic_rx_videocam.png b/res/drawable-xhdpi/ic_rx_videocam.png Binary files differnew file mode 100755 index 00000000..43319dc9 --- /dev/null +++ b/res/drawable-xhdpi/ic_rx_videocam.png diff --git a/res/drawable-xhdpi/ic_tx_videocam.png b/res/drawable-xhdpi/ic_tx_videocam.png Binary files differnew file mode 100755 index 00000000..d2671edf --- /dev/null +++ b/res/drawable-xhdpi/ic_tx_videocam.png diff --git a/res/drawable-xxhdpi/ic_rx_videocam.png b/res/drawable-xxhdpi/ic_rx_videocam.png Binary files differnew file mode 100755 index 00000000..89d29b7f --- /dev/null +++ b/res/drawable-xxhdpi/ic_rx_videocam.png diff --git a/res/drawable-xxhdpi/ic_tx_videocam.png b/res/drawable-xxhdpi/ic_tx_videocam.png Binary files differnew file mode 100755 index 00000000..8d897ba5 --- /dev/null +++ b/res/drawable-xxhdpi/ic_tx_videocam.png diff --git a/res/drawable-xxxhdpi/ic_rx_videocam.png b/res/drawable-xxxhdpi/ic_rx_videocam.png Binary files differnew file mode 100755 index 00000000..095e0905 --- /dev/null +++ b/res/drawable-xxxhdpi/ic_rx_videocam.png diff --git a/res/drawable-xxxhdpi/ic_tx_videocam.png b/res/drawable-xxxhdpi/ic_tx_videocam.png Binary files differnew file mode 100755 index 00000000..79ea67b2 --- /dev/null +++ b/res/drawable-xxxhdpi/ic_tx_videocam.png |