Skip to content

Instantly share code, notes, and snippets.

@sudeshim3
Created October 10, 2019 10:25
Show Gist options
  • Save sudeshim3/ebf7507b04423ef95aca2e683ee14819 to your computer and use it in GitHub Desktop.
Save sudeshim3/ebf7507b04423ef95aca2e683ee14819 to your computer and use it in GitHub Desktop.
<style name="BottomSheetDialog" parent="Theme.Design.Light.BottomSheetDialog">
<item name="bottomSheetStyle">@style/CustomBottomSheetStyle</item>
</style>
<style name="CustomBottomSheetStyle" parent="Widget.Design.BottomSheet.Modal">
<item name="android:background">@android:color/transparent</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment