Skip to content

Commit 288cf83

Browse files
authored
chore: 미포함 파일 추가 (#21)
1 parent 9f1cdd0 commit 288cf83

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+
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
3+
<item>
4+
<shape>
5+
<solid android:color="@color/colorSecondary"/>
6+
<corners
7+
android:bottomLeftRadius="32dp"
8+
android:bottomRightRadius="32dp"
9+
android:topLeftRadius="32dp"
10+
android:topRightRadius="32dp"
11+
/>
12+
</shape>
13+
</item>
14+
</selector>

0 commit comments

Comments
 (0)