Gallery/Gallery.Share/Views/GalleryItemPage.xaml
2021-08-11 14:09:03 +08:00

13 lines
423 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<ui:AdaptedPage
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:ui="clr-namespace:Gallery.Resources.UI"
x:Class="Gallery.Views.GalleryItemPage"
x:Name="galleryItemPage"
BindingContext="{x:Reference galleryItemPage}">
<ContentPage.Content>
</ContentPage.Content>
</ui:AdaptedPage>