Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UI shows nothing with Material visual (XF 4.8.0.1269) #10

Open
nodoid opened this issue Sep 3, 2020 · 1 comment
Open

UI shows nothing with Material visual (XF 4.8.0.1269) #10

nodoid opened this issue Sep 3, 2020 · 1 comment

Comments

@nodoid
Copy link

nodoid commented Sep 3, 2020

The following code is showing nothing under XF 4.8.0.1269 when using Visual=Material in the ContentPage

Tested under API30, 29 and on an S8+ (API28) - same result on all

@nodoid
Copy link
Author

nodoid commented Sep 3, 2020

<StackLayout VerticalOptions="End" Padding="12" HorizontalOptions="Center" Grid.Row="1"> <Grid ColumnDefinitions="10*,80*,10*" RowDefinitions="Auto"> <!--<Frame HasShadow="True" Padding="8" BackgroundColor="White" HeightRequest="60" HorizontalOptions="Fill" Grid.Column="1" Grid.Row="0">--> <xfsegmentedcontrol:SegmentedControl BackgroundColor="AntiqueWhite" VerticalOptions="Fill" HorizontalOptions="Fill" x:Name="SegmentedControl1" PrimaryColor="White" SecondaryColor="Black" SelectedTabIndex="1" HeightRequest="48" Grid.Column="1" Grid.Row="0" SelectedTabIndexChanged="SegmentedControl1_SelectedTabIndexChanged" TabButtonsSource="{Binding TabTitles}"> <xfsegmentedcontrol:SegmentedControl.Padding> <OnPlatform x:TypeArguments="Thickness"> <On Platform="Android" Value="0" /> <On Platform="iOS" Value="10,0,10,10" /> </OnPlatform> </xfsegmentedcontrol:SegmentedControl.Padding> </xfsegmentedcontrol:SegmentedControl> <!--</Frame>--> </Grid> </StackLayout>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant