This commit is contained in:
Eilon Lipton 2019-10-25 14:59:06 -07:00
Родитель 18f510bc76
Коммит 30eb51c2b1
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,4 +1,4 @@
<Shell>
<TabbedPage>
<ContentPage Title="Todo">
<StackLayout>
<Label FontSize="20" TextColor="Color.Crimson" Text="Todo Items" HorizontalTextAlignment="TextAlignment.Center" />
@ -11,4 +11,4 @@
<ContentPage Title="About">
<About />
</ContentPage>
</Shell>
</TabbedPage>