From eab660d6506c4cb245010358230fef8e69e28627 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Wed, 25 Mar 2015 17:23:39 -0700 Subject: 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 --- res/drawable-xhdpi/ic_more_vert_24dp.png | Bin 0 -> 158 bytes res/drawable-xhdpi/overflow_thumbnail.png | Bin 1388 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-xhdpi/ic_more_vert_24dp.png delete mode 100644 res/drawable-xhdpi/overflow_thumbnail.png (limited to 'res/drawable-xhdpi') diff --git a/res/drawable-xhdpi/ic_more_vert_24dp.png b/res/drawable-xhdpi/ic_more_vert_24dp.png new file mode 100644 index 000000000..efab8a74f Binary files /dev/null and b/res/drawable-xhdpi/ic_more_vert_24dp.png differ diff --git a/res/drawable-xhdpi/overflow_thumbnail.png b/res/drawable-xhdpi/overflow_thumbnail.png deleted file mode 100644 index e538b9894..000000000 Binary files a/res/drawable-xhdpi/overflow_thumbnail.png and /dev/null differ -- cgit v1.2.3