Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,18 @@
Spacing="12">

<mct:StateContainer.StateViews>
<VerticalStackLayout
<ContentView
mct:StateView.StateKey="Loading"
mct:StateContainer.CanStateChange="{Binding CanFullPageStateChange}">
<ActivityIndicator
HorizontalOptions="Center"
IsRunning="True"
Color="Fuchsia" />
<Label HorizontalOptions="Center" Text="I'm a state on the whole page!" />
<Label HorizontalOptions="Center" Text="Toggle to go back." />
</VerticalStackLayout>
<VerticalStackLayout>
<ActivityIndicator
HorizontalOptions="Center"
IsRunning="True"
Color="Fuchsia" />
<Label HorizontalOptions="Center" Text="I'm a state on the whole page!" />
<Label HorizontalOptions="Center" Text="Toggle to go back." />
</VerticalStackLayout>
</ContentView>
</mct:StateContainer.StateViews>

<Label Text="The StateContainer properties allow any Layout derived element to become state-aware." />
Expand Down
Loading