Guest User

Untitled

a guest
Apr 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <TabbedPage xmlns="http://xamarin.com/schemas/2014/forms"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
  4. x:Class="test_1.TabbedPage1"
  5. Title="New application"
  6. BarBackgroundColor="#806c9d">
  7.  
  8. <!--Pages can be added as references or inline-->
  9.  
  10. <ContentPage Title="Коробки">
  11. <StackLayout>
  12.  
  13. <Label BackgroundColor="#f1c9ca" HeightRequest="3" Margin="0,0,0,0"></Label>
  14. <Label BackgroundColor="#f1c9ca" HeightRequest="3" Margin="0,0,0,0"></Label>
  15. <Label BackgroundColor="#f1c9ca" HeightRequest="3" Margin="0,0,0,0"></Label>
  16.  
  17.  
  18. </StackLayout>
  19. </ContentPage>
  20. <ContentPage Title="Букеты" />
  21. <ContentPage Title="NULL" />
  22.  
  23.  
  24.  
  25. </TabbedPage>
Add Comment
Please, Sign In to add comment