sujithkanna / SmileyRating

SmileyRating is a simple rating bar for android. It displays animated smileys as rating icon.
Apache License 2.0
1.07k stars 183 forks source link

Can I Have Four Rating Level instead of Five? #27

Open ahikmatf opened 7 years ago

ahikmatf commented 7 years ago

I need to remove the "Okay" rating level, so the user can only rate either "positive" or "negative" feedback. I am wondering how to achieve this kind of workaround.

Thank you.

ghost commented 6 years ago

+1 I wonder if it's possible to set even one smiley for "aggregation" purposes of total feedback. Thanks.

sujithkanna commented 6 years ago

Currently, that feature is not made. But we are planning to make it in near future.

MuhammadFaisalIchal commented 6 years ago

So, decreasing the smiley icon (like only 3 icon) is impossible?

addisonElliott commented 6 years ago

Yes, that feature is not possible at the moment. A lot of the open issues in this repository are about making the library 'more flexible', or more configurable. The library needs a bit of reworking to add this ability since currently it just draws the 5 smileys.

MuhammadFaisalIchal commented 6 years ago

Well thanks addison. I'm waiting for the new library. Actually i hoped can help too if 'm able

addisonElliott commented 6 years ago

No problem. Of course you can help, that's the beauty of open-source. Go ahead and fork/clone this repository and try experimenting.

If you get to a point that you have to stop or cannot finish, I recommend creating a pull request (PR) so that others can potentially build off what you have done.

MuhammadFaisalIchal commented 6 years ago

Ok. i'll try

princenaman commented 5 years ago

+1

Sammy03 commented 5 years ago

Any updates on this. This is a must have

hasan5151 commented 4 years ago

still no update?

maohieng commented 4 years ago

I created a pull request for this question. See pull/53