Skip to content

Commit

Permalink
[add] #11 이미지 round 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
Doreminwoo committed Nov 27, 2023
1 parent 80ff6fc commit 6fff3aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/src/main/res/drawable/shape_gray_200_6.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/white" />

<stroke
android:width="0.4dp"
android:color="@color/gray_200" />

<corners android:radius="60dp" />
</shape>

0 comments on commit 6fff3aa

Please sign in to comment.