Skip to content

Instantly share code, notes, and snippets.

@beta
Created October 6, 2016 07:00
Show Gist options
  • Save beta/287d561b6edb4b87e3ab01aa15eb792a to your computer and use it in GitHub Desktop.
Save beta/287d561b6edb4b87e3ab01aa15eb792a to your computer and use it in GitHub Desktop.
View bottomSheetView = getDialog().getWindow().getDecorView().findViewById(android.support.design.R.id.design_bottom_sheet);
BottomSheetBehavior.from(bottomSheetView).setHideable(false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment