summaryrefslogtreecommitdiffstats
path: root/res/layout/icon_component_selection_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/icon_component_selection_item.xml')
-rw-r--r--res/layout/icon_component_selection_item.xml2
1 files changed, 1 insertions, 1 deletions
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"/>