Created
May 17, 2019 04:00
-
-
Save esabook/1934269479085985dc599745a3c8dfae to your computer and use it in GitHub Desktop.
bottom sheet custom BG theme
This file contains hidden or 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="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