summaryrefslogtreecommitdiff
path: root/res/layout
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 /res/layout
parent548018fa0f671968dcd117aed69aaec23856c491 (diff)
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 'res/layout')
-rw-r--r--res/layout/phone_favorite_tile_view.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/phone_favorite_tile_view.xml b/res/layout/phone_favorite_tile_view.xml
index f274a9d34..8b00fba61 100644
--- a/res/layout/phone_favorite_tile_view.xml
+++ b/res/layout/phone_favorite_tile_view.xml
@@ -108,7 +108,7 @@
<ImageButton
android:id="@id/contact_tile_secondary_button"
- android:src="@drawable/overflow_thumbnail"
+ android:src="@drawable/ic_more_vert_24dp"
android:background="@drawable/item_background_material_dark"
android:layout_height="@dimen/contact_tile_info_button_height_and_width"
android:layout_width="@dimen/contact_tile_info_button_height_and_width"