cleaning
This commit is contained in:
parent
6c409d6d71
commit
f1133cd767
3 changed files with 0 additions and 50 deletions
|
|
@ -1,30 +0,0 @@
|
||||||
using BookAStar.Model.Auth.Account;
|
|
||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
|
|
||||||
using Xamarin.Forms;
|
|
||||||
using Yavsc.Models.Identity;
|
|
||||||
|
|
||||||
namespace BookAStar.Pages
|
|
||||||
{
|
|
||||||
public class DeviceInfoPage : ContentPage
|
|
||||||
{
|
|
||||||
public DeviceInfoPage(IGCMDeclaration infos)
|
|
||||||
{
|
|
||||||
Content = new StackLayout
|
|
||||||
{
|
|
||||||
Padding = 50,
|
|
||||||
VerticalOptions = LayoutOptions.Center,
|
|
||||||
Children = {
|
|
||||||
new Label{ Text = "Id: " + infos.DeviceId},
|
|
||||||
new Label{ Text = "Model: " + infos.Model},
|
|
||||||
new Label{ Text = "Platform: " + infos.Platform},
|
|
||||||
new Label{ Text = "Version: " + infos.Version},
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -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…
Add table
Add a link
Reference in a new issue