2016-11-07 2 views

답변

0

사용 BottomSheetDialog의 그림과 같이, 아래로 이동하면 활동을 중지합니다. 아래 예를 참조하십시오.

 BottomSheetDialog mBottomSheetDialog = new BottomSheetDialog(this); 
     View view = getLayoutInflater().inflate(R.layout.your_layout, null); 
     mBottomSheetDialog.setContentView(view); 
     mBottomSheetDialog.show();