Skip to content

Instantly share code, notes, and snippets.

@marc0x71
Last active March 30, 2021 01:35
Show Gist options
  • Select an option

  • Save marc0x71/061f53453152d0a68c20 to your computer and use it in GitHub Desktop.

Select an option

Save marc0x71/061f53453152d0a68c20 to your computer and use it in GitHub Desktop.
BottomSheetDialog example
Button button = (Button) findViewById(R.id.button);
button.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
openDialog();
}
});
@dunghn2201
Copy link

thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment