콘텐츠 플레이어
- BottomSheet 로 수정 - 콘텐츠 url 생성 api
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user