Skip to content
New issue

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

怎么没有一个dismiss方法?我代码怎么主动隐藏? #6

Open
ChestnutPlus opened this issue Nov 1, 2016 · 3 comments
Open

Comments

@ChestnutPlus
Copy link

No description provided.

@shonegg
Copy link

shonegg commented Dec 14, 2016

public interface OnItemClickListener {
void click(Dialog dialog, Item item);
}

if (itemClickListener != null)
itemClickListener.click(CustomDialog.this, item);

@shonegg
Copy link

shonegg commented Dec 14, 2016

Item增加了一个位置属性private int position;

@jounghu
Copy link

jounghu commented Mar 21, 2018

作者抄袭BottomDialog,功能当然不全!!!!
上面这个BottomDialog功能都有,star比这还少

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants