Skip to content

SVG Icon's doesn't work #90

@MiqueiasGFernandes

Description

@MiqueiasGFernandes

Hello! I'm using the FlexButton version 0.11. I already read this issue [https://github.com//issues/9], albeit i'm using the latest version of package, the SVG icons dont are loading on my Android test's. Example:

`                        <flex:FlexButton
                            Icon="next.svg"
                            IconOrientation="Right"
                            Padding="18"
                            IconPadding="10"
                            Text="Avançar"
                            BackgroundColor="#fbfbfb" 
                            ForegroundColor="#a5a5a5" 
                            BorderColor="#a5a5a5" 
                            BorderThickness="2" 
                            Margin="5" 
                            CornerRadius="30" 
                            Grid.Row="0" 
                            Grid.Column="1"/>`

The button show icon padding, but don't show the icon.
I'm sure that Icons are on "Resources/drawable" folders, and the Build Action is defined "Android Resource"

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions