Bottom Sheet dialog in Sketchware


android.support.design.widget.BottomSheetDialog bottomSheetDialog = new android.support.design.widget.BottomSheetDialog(MainActivity.this);
View bottomSheetView;






bottomSheetView = getLayoutInflater().inflate(R.layout.bottom_dialog,
null );
bottomSheetDialog.setContentView(bottomSheetView);

bottomSheetDialog.show();

Comments

Post a Comment

Popular posts from this blog

Background video in Sketchware