Skip to content

Instantly share code, notes, and snippets.

@pkozak2
pkozak2 / LabeledView.xaml
Created November 30, 2020 14:18
ContentProperty
<?xml version="1.0" encoding="UTF-8" ?>
<ContentView
x:Class="MyApp.Controls.LabeledView"
xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml">
<ContentView.Content>
<StackLayout>
<Label x:Name="label" />
<ContentView x:Name="mainContent" />
</StackLayout>
@pkozak2
pkozak2 / app_.gitignore
Created June 4, 2015 09:36
Projekt na Zaliczenie
/build