Skip to content

Instantly share code, notes, and snippets.

@esabook
Created May 17, 2019 04:00
Show Gist options
  • Save esabook/1934269479085985dc599745a3c8dfae to your computer and use it in GitHub Desktop.
Save esabook/1934269479085985dc599745a3c8dfae to your computer and use it in GitHub Desktop.
bottom sheet custom BG theme
<style name="BaseBottomSheetDialog" parent="@style/Theme.Design.Light.BottomSheetDialog">
<item name="android:windowIsFloating">true</item>
<item name="bottomSheetStyle">@style/BottomSheet</item>
<item name="android:windowBackground">@color/transparent2</item>
<item name="android:windowFrame">@null</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowTitleStyle">@null</item>
<item name="android:colorBackgroundCacheHint">@color/transparent2</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment