HI,
First i wanna thank you for this rating control.. Its very good. But when i deploy in xamarin forms i found the size of the stars are varying and also in android the stars were very small and blurred . when i click on the stars in android the background of the stars also changing . here is my xaml code:
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:rating="clr-namespace:Syncfusion.SfRating.XForms;assembly=Syncfusion.SfRating.XForms"
xmlns:syncfusion="clr-namespace:Syncfusion.SfRotator.XForms;assembly=Syncfusion.SfRotator.XForms"
x:Class="Factail.Views.Page3">
<StackLayout>
<rating:SfRating x:Name="rating" BackgroundColor="White" Precision="Half" TooltipPlacement="TopLeft" TooltipPrecision="2" TooltipBackgroundColor="Blue" TooltipTextColor="Red"></rating:SfRating>
</StackLayout>
</ContentPage>
Can anyone suggest me how to overcome this and make my rating bar look clean in android and also adjust the rating stars in all platforms??