Skip to content

Commit

Permalink
[ADD] #14-add entry image shape drawable
Browse files Browse the repository at this point in the history
  • Loading branch information
sohyun127 committed May 26, 2023
1 parent 78e599d commit 2ad4f8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/res/drawable/rectangle_gray7_radius_8.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/color_sub_gray7" />
<corners android:radius="8dp" />
</shape>

0 comments on commit 2ad4f8f

Please sign in to comment.