Skip to content

Instantly share code, notes, and snippets.

@Namazed
Created November 5, 2020 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Namazed/986d052a6ab0b76bac1087eb9777c45c to your computer and use it in GitHub Desktop.
Save Namazed/986d052a6ab0b76bac1087eb9777c45c to your computer and use it in GitHub Desktop.
Style for support adjustResize in BottomSheetDialogFragment
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="BottomSheetDialogTheme" parent="Theme.MaterialComponents.Light.BottomSheetDialog">
<item name="android:windowIsFloating">false</item>
<item name="android:statusBarColor">@android:color/transparent</item>
<item name="android:windowSoftInputMode">adjustResize</item>
</style>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment