From 8b0e858d5b4c50813dbe2b5c244e7013814b23ec Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Thu, 10 Jul 2014 12:28:43 -0700 Subject: Adding support for video call icon and data usage in call log. Bug: 16013684 Bug: 16015261 Change-Id: Ie75443d641c1e09a5772bb618aba55de8583716b --- res/drawable-hdpi/ic_videocam_wht_24dp.png | Bin 0 -> 267 bytes res/drawable-mdpi/ic_videocam_wht_24dp.png | Bin 0 -> 215 bytes res/drawable-xhdpi/ic_videocam_wht_24dp.png | Bin 0 -> 257 bytes res/drawable-xxhdpi/ic_videocam_wht_24dp.png | Bin 0 -> 340 bytes res/values/strings.xml | 4 ++++ 5 files changed, 4 insertions(+) create mode 100644 res/drawable-hdpi/ic_videocam_wht_24dp.png create mode 100644 res/drawable-mdpi/ic_videocam_wht_24dp.png create mode 100644 res/drawable-xhdpi/ic_videocam_wht_24dp.png create mode 100644 res/drawable-xxhdpi/ic_videocam_wht_24dp.png (limited to 'res') diff --git a/res/drawable-hdpi/ic_videocam_wht_24dp.png b/res/drawable-hdpi/ic_videocam_wht_24dp.png new file mode 100644 index 000000000..ecfce9446 Binary files /dev/null and b/res/drawable-hdpi/ic_videocam_wht_24dp.png differ diff --git a/res/drawable-mdpi/ic_videocam_wht_24dp.png b/res/drawable-mdpi/ic_videocam_wht_24dp.png new file mode 100644 index 000000000..cbb5be2ea Binary files /dev/null and b/res/drawable-mdpi/ic_videocam_wht_24dp.png differ diff --git a/res/drawable-xhdpi/ic_videocam_wht_24dp.png b/res/drawable-xhdpi/ic_videocam_wht_24dp.png new file mode 100644 index 000000000..814e515bc Binary files /dev/null and b/res/drawable-xhdpi/ic_videocam_wht_24dp.png differ diff --git a/res/drawable-xxhdpi/ic_videocam_wht_24dp.png b/res/drawable-xxhdpi/ic_videocam_wht_24dp.png new file mode 100644 index 000000000..c21679891 Binary files /dev/null and b/res/drawable-xxhdpi/ic_videocam_wht_24dp.png differ diff --git a/res/values/strings.xml b/res/values/strings.xml index 2a815261e..13fdf75c5 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -737,4 +737,8 @@ Note: AccessibilityServices uses this attribute to announce the purpose of the button. [CHAR LIMIT=NONE] --> Start or pause playback. + + + ", " -- cgit v1.2.3