- <?xml version="1.0" encoding="UTF-8"?>
- <ContentView xmlns="http://xamarin.com/schemas/2014/forms"
- xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
- x:Class="PRS.Mobile.DFCreateTaskView">
- <ContentView.Content>
- <Button HorizontalOptions="FillAndExpand" VerticalOptions="Center" Text="Create Task" Background="#15C7C1" FontAttributes="Bold" TextColor="white"
- FontSize="Medium"
- x:Name="button" Clicked="Button_Clicked"/>
- </ContentView.Content>
- </ContentView>
|