콘텐츠 플레이어

- BottomSheet 로 수정
- 콘텐츠 url 생성 api
This commit is contained in:
2024-12-07 00:17:25 +09:00
parent a4b1ef0005
commit a7a7eb3e3f
11 changed files with 214 additions and 63 deletions

View File

@@ -65,6 +65,16 @@
<item name="android:background">@drawable/bg_top_round_corner_16_7_222222</item>
</style>
<style name="FullScreenBottomSheetDialogTheme" parent="Theme.MaterialComponents.BottomSheetDialog">
<item name="bottomSheetStyle">@style/FullScreenBottomSheetStyle</item>
</style>
<style name="FullScreenBottomSheetStyle" parent="Widget.Design.BottomSheet.Modal">
<item name="behavior_peekHeight">0dp</item>
<item name="android:layout_height">match_parent</item>
<item name="android:layout_width">match_parent</item>
</style>
<style name="AlarmDayCheckBox">
<item name="android:button">@null</item>
<item name="android:background">@drawable/alarm_day_checkbox_selector</item>