XAML
Here, I add the things given below to make this layout:
Refer to the screenshot given below.
- <StackLayout VerticalOptions="CenterAndExpand" Padding="5">
- <StackLayout Orientation="Horizontal">
- <Entry Placeholder="First Name"></Entry>
- <Entry Placeholder="Last Name"></Entry>
- </StackLayout>
- <Entry Placeholder="Email"></Entry>
- <Entry Placeholder="Password" IsPassword="True"></Entry>
- <Entry Placeholder="Confirm Password" IsPassword="True"></Entry>
- <Label Text="Date Of Birth"></Label>
- <DatePicker></DatePicker>
- <Label Text="Address"></Label>
- <Editor></Editor>
- <StackLayout Orientation="Horizontal">
- <Label Text="Save Password"></Label>
- <Switch IsToggled="False"></Switch>
- </StackLayout>
- <Button Text="Sign Up"></Button>
- <Label Text="Already have account? Sign In" TextColor="Blue"></Label>
- </StackLayout>
- Stack Layout
- Another stack layout with horizontal orientation
- Entry with placeholder of the first name.
- Entry with placeholder of the last name.
- Entry with placeholder Email.
- Entry with placeholder Password.
- Entry with placeholder to confirm Password.
- Label with text Date of Birth Picker.
- A Date Picker to pick Date of birth.
- Label With Text Address.
- Editor to enter address.
- Stack layout with orientation Horizontal
- Label with text needs to be saved and password needs to be entered.
- Switch with IsToggled property is set as false.
- A Signup button
- Labels with text already have the account.
Refer to the screenshot given below.
Thanks for sharing such a great informative blog.. I am new in development field and this blog is really helpful for me..
ReplyDeleteOnline Ordering and Delivery Software Application for Restaurant Business