summaryrefslogtreecommitdiffstats
path: root/res/layout/icon_component_selection_item.xml
blob: 8aeb61ef0ab55f7da12e9fee5d6ce0868cdd31e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>

<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="@dimen/component_selection_item_width"
    android:layout_height="@dimen/component_selection_item_height"
    android:padding="@dimen/icon_component_margin"
    android:src="@drawable/ic_app_themes"
    android:scaleType="fitCenter"
    android:background="#000000">

</ImageView>