Skip to content

CornerRadius and color settings not working on android #37

@GeoSaffer

Description

@GeoSaffer

Seems like the Corner radius and color setting not working for Android

Here is a pic of Windows
image

and here is one of Android
image

<StackLayout 
 sk:Skeleton.IsParent="True" 
 sk:Skeleton.IsBusy="{Binding IsLoading}"
 sk:Skeleton.Hide="False"
 sk:Skeleton.Animation="{sk:DefaultAnimation Source=Fade, Interval='900',Parameter='0.3'}">
                    <StackLayout Orientation="Horizontal"  Spacing="5" Padding="0"  >
                      <BoxView Color="#22FFFFFF" WidthRequest="200" HeightRequest="40" CornerRadius="2"/>
                      <BoxView Color="#22FFFFFF" WidthRequest="40" HeightRequest="40" CornerRadius="5" HorizontalOptions="EndAndExpand"/>
                    </StackLayout>
                    <BoxView Color="#22FFFFFF" WidthRequest="300" HeightRequest="10" CornerRadius="5" HorizontalOptions="Start"/>
                    <BoxView Color="#22FFFFFF" WidthRequest="600" HeightRequest="10" CornerRadius="5" HorizontalOptions="Start"/>
                    <BoxView HeightRequest="1" HorizontalOptions="Fill" Color="{StaticResource Gray500}" Margin="0,0"/>
                  </StackLayout>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions