stepstone-tech / android-material-app-rating

This library allows to use customized Rating Dialog inside applications.
Apache License 2.0
473 stars 86 forks source link

Can we add a picture in this dialogue? #63

Open saadbzu opened 5 years ago

saadbzu commented 5 years ago

Make sure these boxes are checked before submitting your issue - thank you!

pglebocki commented 5 years ago

Hi @saadbzu Unfortunately there is no such option

saadbzu commented 5 years ago

Hi @pglebocki I only want the rating starts in this dialogue. How i disable or remove the comment box in this dialogue?

pglebocki commented 5 years ago

Hi @saadbzu .setCommentInputEnabled(false) Also You can refere to app samples which presents such use case

saadbzu commented 5 years ago

Hi @pglebocki Thank you for Help. I have one more question. How i dismiss the dialog when NegativeButton "Cancel" Click. I tried this: dialog.dismiss(); but it cannot sport "dismiss()".

pglebocki commented 5 years ago

Dismiss should be done inside dialog. I don't think that You need to call anything. Please check app samples.