24 строки
1.1 KiB
XML
24 строки
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
x:Class="Xamarin.Forms.Controls.Issues.Bugzilla38827">
|
|
<ScrollView>
|
|
<Grid RowSpacing="5"
|
|
ColumnSpacing="5">
|
|
<Grid.RowDefinitions>
|
|
<RowDefinition Height="Auto"/>
|
|
<RowDefinition Height="*"/>
|
|
<RowDefinition Height="Auto"/>
|
|
</Grid.RowDefinitions>
|
|
|
|
<StackLayout>
|
|
<Label HorizontalTextAlignment="Center"
|
|
HorizontalOptions="FillAndExpand"
|
|
AutomationId="LoginPageIdentifier"
|
|
FontSize="Large"
|
|
Text="Sign in with your Xamarin account to save and sync favorites and session feedback. Sign in with your Xamarin account to save and sync favorites and session feedback. Sign in with your Xamarin account to save and sync favorites and session feedback. Sign in with your Xamarin account to save and sync favorites and session feedback."/>
|
|
|
|
</StackLayout>
|
|
</Grid>
|
|
</ScrollView>
|
|
</ContentPage> |