combine projects into one
This commit is contained in:
12
Gallery.Share/Views/GalleryItemPage.xaml
Normal file
12
Gallery.Share/Views/GalleryItemPage.xaml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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>
|
Reference in New Issue
Block a user