Skip to content

Commit 7316121

Browse files
authored
item_skin.xml の作成
1 parent 35df2cd commit 7316121

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)