cleaning
parent
87c4a7f282
commit
3c175f3969
@ -1,11 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
|
||||||
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
|
|
||||||
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
|
|
||||||
xmlns:local="clr-namespace:App2"
|
|
||||||
x:Class="App2.MainPage">
|
|
||||||
|
|
||||||
<Label Text="Welcome to Xamarin Forms!"
|
|
||||||
VerticalOptions="Center"
|
|
||||||
HorizontalOptions="Center" />
|
|
||||||
|
|
||||||
</ContentPage>
|
|
||||||
@ -1,9 +0,0 @@
|
|||||||
<?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="BookAStar.Pages.MarkdownEditorPage">
|
|
||||||
<Editor VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand"
|
|
||||||
x:Name="editor"
|
|
||||||
/>
|
|
||||||
<WebView x:Name="webView"></WebView>
|
|
||||||
</ContentPage>
|
|
||||||
Loading…
Reference in New Issue