ConsignmentEditDocumentsView.xaml 623 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <mobile:ConsignmentEditView xmlns="http://xamarin.com/schemas/2014/forms"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
  4. xmlns:mobile="clr-namespace:PRS.Mobile;assembly=PRS.Mobile"
  5. x:Class="PRS.Mobile.ConsignmentEditDocumentsView">
  6. <mobile:ConsignmentEditView.Content>
  7. <StackLayout>
  8. <Label Text="Documents"
  9. VerticalOptions="CenterAndExpand"
  10. HorizontalOptions="CenterAndExpand" />
  11. </StackLayout>
  12. </mobile:ConsignmentEditView.Content>
  13. </mobile:ConsignmentEditView>