Skip to content

Commit

Permalink
[FIX/#7] 바텀시트 둥근 모서리 스타일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Marchbreeze committed Jul 23, 2024
1 parent 4b429d0 commit ed0d3ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions presentation/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppBottomSheetDialogTheme" parent="Theme.Design.Light.BottomSheetDialog">
<item name="bottomSheetStyle">@style/AppModalStyle</item>
</style>
<style name="AppModalStyle"
parent="Widget.Design.BottomSheet.Modal">
<item name="android:background">@drawable/shape_white_fill_top20_rect</item>
</style>
</resources>
3 changes: 3 additions & 0 deletions presentation/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:windowLightStatusBar">true</item>

<!-- styles -->
<item name="bottomSheetDialogTheme">@style/AppBottomSheetDialogTheme</item>

</style>

<style name="Theme.Stempo" parent="Base.Theme.Stempo" />
Expand Down

0 comments on commit ed0d3ba

Please sign in to comment.