orhanobut / dialogplus

Advanced dialog solution for android
Apache License 2.0
5k stars 793 forks source link

How to Set setOnClickListener for Header #141

Closed Pavicool closed 6 years ago

Pavicool commented 6 years ago

I'm Unable to set OnClickListner for Header ,as given in documentation not work for me help please .

Pavicool commented 6 years ago

got it, by using this sample of code globle click is possible thank u nice documentation 👍 .setOnClickListener(new OnClickListener() { @Override public void onClick(DialogPlus dialog, View view) {

}

})

orhanobut commented 6 years ago

👍 Awesome. Closing the issue.