We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
public interface OnItemClickListener { void click(Dialog dialog, Item item); }
if (itemClickListener != null) itemClickListener.click(CustomDialog.this, item);
Sorry, something went wrong.
Item增加了一个位置属性private int position;
作者抄袭BottomDialog,功能当然不全!!!! 上面这个BottomDialog功能都有,star比这还少
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: