We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
<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>
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: