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

Hide feedback text field #41

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hello would like to display only stars form. How to achieve it?

pglebocki commented 6 years ago

Hi @Kamil93,

Do you mean pure dialog without any tutle, buttons, input form, only with stars bar ?

BR, Piotr

ghost commented 6 years ago

I mean only title & stars bar & buttons to accept or cancel. Just without comment field.

pglebocki commented 6 years ago

No it is not possible for now. Comment field is always visible by default. However this use case should be also handled. We will add disabling comment box possibility in next library release.

pglebocki commented 6 years ago

Implemented for 2.3.0. Will be released soon

pglebocki commented 6 years ago

Release 2.3.0 available