Skip to content

Height property does not seem correct in Android #81

@kerberosargos

Description

@kerberosargos

Hello, firstly thank you for your good work. When I implement your plugin to Android height property does not seem correct. If I add HeightRequest="30" It seems good. Thank you in advance.

Screenshot

  <sc:SegmentedControl
                        x:Name="xSegmentedControl"
                        Margin="10,0,10,10"
                        BackgroundColor="Blcak"
                        DisabledColor="Gray"
                        FontSize="16"
                        HeightRequest="30"
                        SegmentSelectedCommand="{Binding SegmentChangedCommand}"
                        SelectedSegment="{Binding SelectedSegment, Mode=TwoWay}"
                        SelectedTextColor="White"
                        TextColor="White"
                        TintColor="{Binding SegmentBackground}">
                        <sc:SegmentedControl.Children>
                            <sc:SegmentedControlOption Text="TAB 1" />
                            <sc:SegmentedControlOption Text="TAB 2" />
                        </sc:SegmentedControl.Children>
                    </sc:SegmentedControl>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions