diff --git a/app/src/main/res/drawable/shape_recommend_bottom_sheet_top_radius_10.xml b/app/src/main/res/drawable/shape_recommend_bottom_sheet_top_radius_10.xml new file mode 100644 index 0000000..b84db73 --- /dev/null +++ b/app/src/main/res/drawable/shape_recommend_bottom_sheet_top_radius_10.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_recommend_for_you_bottom_sheet.xml b/app/src/main/res/layout/fragment_recommend_for_you_bottom_sheet.xml index 79a5292..5529d4a 100644 --- a/app/src/main/res/layout/fragment_recommend_for_you_bottom_sheet.xml +++ b/app/src/main/res/layout/fragment_recommend_for_you_bottom_sheet.xml @@ -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">