Base App Interface
"J'avais oublié de branch"
This commit is contained in:
17
PlantBox.Client/PlantBox.Client/Forms/HomePage.xaml
Normal file
17
PlantBox.Client/PlantBox.Client/Forms/HomePage.xaml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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:extensions="clr-namespace:PlantBox.Client.Extensions"
|
||||
x:Class="PlantBox.Client.Forms.HomePage">
|
||||
<ContentPage.Content>
|
||||
<StackLayout>
|
||||
<Label Text="{extensions:Locale HomePageTitle}"
|
||||
HorizontalOptions="Center"
|
||||
VerticalOptions="CenterAndExpand" />
|
||||
<Image x:Name="image"
|
||||
VerticalOptions="CenterAndExpand"
|
||||
WidthRequest="50"
|
||||
Source="{extensions:ImageResource Info.png}"/>
|
||||
</StackLayout>
|
||||
</ContentPage.Content>
|
||||
</ContentPage>
|
||||
Reference in New Issue
Block a user