Skip to content

Commit

Permalink
[add] #26 drawable폴더에 border_radius_50 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
DoReMinWoo committed Jan 4, 2024
1 parent 5582c1d commit 0d2eff2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/src/main/res/drawable/shape_border_radius_50.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="50dp" />
</shape>

0 comments on commit 0d2eff2

Please sign in to comment.