custom-rating-bar icon indicating copy to clipboard operation
custom-rating-bar copied to clipboard

How to enable disable this view??

Open omegasyssoft opened this issue 7 years ago • 1 comments

I want to just display rating to user not to submit. how to enable disable this view? if enable user can select and give rating, but if disable one can only view rating

omegasyssoft avatar Feb 21 '18 09:02 omegasyssoft

Hello,

Try using the method setScrollToSelect.


setScrollToSelect(true) will disable the view
setScrollToSelect(false) will enable the view

In XML you can also use app:onlyForDisplay in the view to set this attribute.

kanytu avatar Feb 21 '18 09:02 kanytu