We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35df2cd commit 7316121Copy full SHA for 7316121
app/src/main/res/layout/item_skin.xml
@@ -0,0 +1,14 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
+ android:layout_width="64dp"
4
+ android:layout_height="64dp"
5
+ android:layout_margin="4dp">
6
+
7
+ <ImageView
8
+ android:id="@+id/imgSkinItem"
9
+ android:layout_width="match_parent"
10
+ android:layout_height="match_parent"
11
+ android:scaleType="centerCrop"
12
+ android:background="@color/gray" />
13
14
+</FrameLayout>
0 commit comments