summaryrefslogtreecommitdiffstats
path: root/tests/res
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2015-03-25 17:23:39 -0700
committerAndrew Lee <anwlee@google.com>2015-03-25 17:27:12 -0700
commiteab660d6506c4cb245010358230fef8e69e28627 (patch)
treedeca9e60b2a6f39a0dd594520aecaa87836ef994 /tests/res
parent548018fa0f671968dcd117aed69aaec23856c491 (diff)
downloadandroid_packages_apps_Dialer-eab660d6506c4cb245010358230fef8e69e28627.tar.gz
android_packages_apps_Dialer-eab660d6506c4cb245010358230fef8e69e28627.tar.bz2
android_packages_apps_Dialer-eab660d6506c4cb245010358230fef8e69e28627.zip
Fix image-related GoogleDialer compiler warnings.
Fix warnings of form: "libpng warning: iCCP: Not recognizing known sRGB profile that has been edited". Most of these were swaped by replacing the old assets with newer or equivalent versions. Bug: 19536005 Change-Id: I0535c0876806607f4aa170a5839829fff367ab9a
Diffstat (limited to 'tests/res')
-rw-r--r--tests/res/drawable/default_icon.pngbin4005 -> 0 bytes
-rw-r--r--tests/res/xml/iconset.xml1
2 files changed, 0 insertions, 1 deletions
diff --git a/tests/res/drawable/default_icon.png b/tests/res/drawable/default_icon.png
deleted file mode 100644
index cea0eb3b7..000000000
--- a/tests/res/drawable/default_icon.png
+++ /dev/null
Binary files differ
diff --git a/tests/res/xml/iconset.xml b/tests/res/xml/iconset.xml
index ec3894566..2f7798db1 100644
--- a/tests/res/xml/iconset.xml
+++ b/tests/res/xml/iconset.xml
@@ -17,7 +17,6 @@
<icon-set xmlns:android="http://schemas.android.com/apk/res/android">
- <icon-default android:icon="@drawable/default_icon" />
<icon android:mimeType="vnd.android.cursor.item/phone"
android:icon="@drawable/phone_icon" />