Skip to content

Commit

Permalink
[mod] #22 바텀시트 모서리부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyobeen-Park committed May 23, 2024
1 parent 4fae373 commit beac447
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<solid android:color="@color/white"/>
<corners android:topLeftRadius="10dp" android:topRightRadius="10dp"/>

</shape>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white">
android:background="@drawable/shape_recommend_bottom_sheet_top_radius_10">

<TextView
android:id="@+id/tv_for_you_bottom_sheet_title"
Expand Down

0 comments on commit beac447

Please sign in to comment.