robinmanuelthiel / flexbutton

Flexible button control for Xamarin.Forms
MIT License
240 stars 34 forks source link

IconOrientation.Top don't work in button from NuGet #86

Closed RomanPoschl closed 3 years ago

RomanPoschl commented 4 years ago

Hi first of all, thank you for your plugin and nice job.

When I try to use your plugin downloaded from NuGet IconOrientation.Top doesn't work, the icon is still on left side But when I tried download repo from Github and add it to my project it works.

Code (simply):

<flex:FlexButton
                Grid.Row="1"
                Grid.Column="0"
                Padding="0"
                BackgroundColor="Transparent"
                Clicked="Clicked"
                ForegroundColor="#444444"
                HasShadow="false"
                HighlightBackgroundColor="Transparent"
                HighlightBorderColor="Transparent"
                HighlightForegroundColor="#707070"
                HorizontalOptions="CenterAndExpand"
                Icon="icon"
                IconOrientation="Top"
                VerticalOptions="CenterAndExpand" />

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior Icon above text

Please complete the following information:

fgbustoa commented 4 years ago

Confirmed.

I hope package will be recompiled asap .... i hope also that all dependencies will be updated.

robinmanuelthiel commented 3 years ago

Fixed in version 0.12.0