-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update MediaGallery to Uno.Sdk 5.4
- Loading branch information
1 parent
e9ccf60
commit 044a0ec
Showing
7 changed files
with
219 additions
and
207 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,25 @@ | ||
<Page | ||
x:Class="MediaGallerySample.MainPage" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:local="using:MediaGallerySample" | ||
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> | ||
<StackPanel | ||
HorizontalAlignment="Center" | ||
VerticalAlignment="Center" | ||
Spacing="8"> | ||
<TextBlock Style="{ThemeResource TitleTextBlockStyle}" Text="MediaGallery Sample" /> | ||
<Button HorizontalAlignment="Center" Click="CheckAccessClick">Check access</Button> | ||
<Button HorizontalAlignment="Center" Click="SaveClick">Save UnoLogo.png to gallery</Button> | ||
<Button HorizontalAlignment="Center" Click="SaveRandomNameClick">Save with random name to gallery</Button> | ||
<Page x:Class="MediaGallerySample.MainPage" | ||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:local="using:MediaGallerySample" | ||
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> | ||
|
||
<StackPanel HorizontalAlignment="Center" | ||
VerticalAlignment="Center" | ||
Spacing="8"> | ||
<TextBlock Style="{ThemeResource TitleTextBlockStyle}" | ||
Text="MediaGallery Sample" /> | ||
<Button HorizontalAlignment="Center" | ||
Click="CheckAccessClick"> | ||
Check access | ||
</Button> | ||
<Button HorizontalAlignment="Center" | ||
Click="SaveClick"> | ||
Save UnoLogo.png to gallery | ||
</Button> | ||
<Button HorizontalAlignment="Center" | ||
Click="SaveRandomNameClick"> | ||
Save with random name to gallery | ||
</Button> | ||
</StackPanel> | ||
</Page> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.