From 0e62bfaf2f382f9219528d51351c163329012446 Mon Sep 17 00:00:00 2001 From: Dave Kover Date: Fri, 13 Mar 2015 17:45:55 -0700 Subject: Remove old branding from iconography. Update launcher icon and remove the mark. Update ic_themestore to remove the old mark and turn resource into a vector drawable. Fix HDPI notification icon to be correct size. Change-Id: I3f12975a1e510c4e2bdbf668456b5370dcee9bcd --- res/layout/icon_component_selection_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/layout/icon_component_selection_item.xml') diff --git a/res/layout/icon_component_selection_item.xml b/res/layout/icon_component_selection_item.xml index b26972d..87db102 100644 --- a/res/layout/icon_component_selection_item.xml +++ b/res/layout/icon_component_selection_item.xml @@ -12,7 +12,7 @@ android:id="@+id/icon" android:layout_width="@dimen/component_selection_content_width" android:layout_height="@dimen/component_selection_content_height" - android:src="@drawable/ic_app_themes" + android:src="@mipmap/ic_app_themes" android:scaleType="fitCenter" android:layout_marginTop="@dimen/component_margin_top" android:layout_gravity="center_horizontal"/> -- cgit v1.2.3