Created
October 10, 2019 10:25
-
-
Save sudeshim3/ebf7507b04423ef95aca2e683ee14819 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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