triniwiz / nativescript-star-ratings

NativeScript star ratings UI component plugin.
Apache License 2.0
22 stars 8 forks source link

How to set the maximum number of stars #9

Closed nericode closed 6 years ago

nericode commented 6 years ago

Make sure to check the demo app(s) for sample usage

check

Make sure to check the existing issues in this repository

ckeck

If the demo apps cannot help and there is no issue for your problem, tell us about it

Please, ensure your title is less than 63 characters long and starts with a capital letter.

Which platform(s) does your issue occur on?

Emmarex commented 6 years ago

This would work <star:StarRating emptyBorderColor="#eeeeee" emptyColor="#eeeeee" filledColor="#00b8d4" value="2" max="5" isindicator="false" horizontalAlignment="center" verticalAlignment="center" />

Take note of the horizontalAlignment="center" and max="5"

Erwol commented 6 years ago

Thanks @Emmarex. Do you how any idea about why horizontal and vertical alignment are required here?