WEB APPLICATION INTERFACE DESIGN

Display screen design

In this learning content, we will step by step implement how to design a Display type screen that displays user information in detail. 

Since the screen that presents the user details is of the Drawer type, we can see that it has been designed with a sizing appropriate to this feature. At the top of the screen, there is a simple header with a Label with the screen name and an exit icon button that allows us to close the screen. Just below this header, there will be an information card with the user's basic information. In addition, at the bottom of this information card, there will be a list of ideas that the user has shared, in a similar structure to what we see on the Dashboard screen.

In this learning content, we will step by step implement how to design a Display type screen that displays user information in detail. 

First, let's take a look at the general framework of the screen we will design.

Since the screen that presents the user details is of the Drawer type, we can see that it has been designed with a sizing appropriate to this feature. At the top of the screen, there is a simple header with a Label with the screen name and an exit icon button that allows us to close the screen. Just below this header, there will be an information card with the user's basic information. In addition, at the bottom of this information card, there will be a list of ideas that the user has shared, in a similar structure to what we see on the Dashboard screen.

Now, let's see how we can create this user detail screen step by step.

  1. For the detail screen design, create a new screen named User Details from the Screens panel.
  2. Since the detail screen will be a Drawer type screen, set the width of the screen as mobile size by clicking the mobile device icon on the top of the screen.

For the header design we can use the design we created on the form screen before.

  1. Drag and drop a Header element on the screen.
  2. Open the form screen named New Suggestion. Select the Row in the Header and copy it via the detail menu.
  3. Open the user Details screen again.
  4. Select the Header and paste it via the detail menu.
  5. Update the screen name in the header.

Now let's continue by designing the user information card.

  1. First, let's proceed by changing the background color of the screen. Click on an empty area on the screen and update the background color of the screen to White via the Styling panel.
  2. Drag and drop a Row onto the screen. 
  3. Convert the Row into a single column.
  4. Add a Row in the column and perform column customization.
  5. With Row selected, update the background color and select Radius as Border style.
  6. Add a Horizontal Stack in the left column.
  7. Add an Image element inside the Horizontal Stack and add a temporary image.
  8. With the Image element selected, change the ImageFit property to Fill via Properties. 
  9. Remove the default value of 100 from the Layout field, add the Image64 style and select Radius from the Border field.
  10. Add a Vertical Stack next to the Image element in the Horizontal Stack.
  11. Add a Label inside the Vertical Stack and enter a temporary name.
  12. Add the H3 ready style to the Label.
  13. Duplicate the Label and enter a temporary department name.
  14. Remove the defined Text styles and select the Paragraph_Grey preset style.
  15. Duplicate Label with department name and replace its content with a temporary title.
  16. Replace the defined Text style with H6.
  17. Update the gap value of Vertical Stack to 0.
  18. Select Horizontal Stack and center it vertically.
  19. Then select the parent column, align it left horizontally and center it vertically.
  20. Add an Icon in the right column and select the icon.
  21. Then select the parent column and align it to the right. We have defined the user information card. Let's proceed by creating the structure where the ideas are listed.
  22. First, add a Row element to the screen for the header row and turn it into a single column.
  23. Add a Horizontal Stack inside the column.
  24. Change the Gap value to 5.
  25. Drag a label into the Horizontal Stack and update its content.
  26. Clear the default width value of 100.
  27. Remove the defined Paragraph style and select the Paragraph_Grey preset style.
  28. Then duplicate Label and update its content.
  29. Add a Row element below the header row and use it in a single column structure.
  30. Select the column and remove the default Column style and select None.
  31. Drag and drop a Table into the column. 
  32. Hide the header of the Table.
  33. Delete the default TableDefaultColumn via Properties.
  34. Select Table Row and remove the Border style.
  35. Then select TableTemplateColumn and remove the default Padding style and add the None style.
  36. Now open the Dashboard screen.
  37. Copy the parent Row in Gallery View.
  38. Return to the user detail screen.
  39. Select TableColumn and paste it.
  40. Select the Child column with white background in the pasted Row and update the background color.
  41. Finally, select the Table element and remove the Hover background color.

Thus, your user detail screen is ready.

In this learning content, we will step by step implement how to design a Display type screen that displays user information in detail. 

Since the screen that presents the user details is of the Drawer type, we can see that it has been designed with a sizing appropriate to this feature. At the top of the screen, there is a simple header with a Label with the screen name and an exit icon button that allows us to close the screen. Just below this header, there will be an information card with the user's basic information. In addition, at the bottom of this information card, there will be a list of ideas that the user has shared, in a similar structure to what we see on the Dashboard screen.

In this learning content, we will step by step implement how to design a Display type screen that displays user information in detail. 

First, let's take a look at the general framework of the screen we will design.

Since the screen that presents the user details is of the Drawer type, we can see that it has been designed with a sizing appropriate to this feature. At the top of the screen, there is a simple header with a Label with the screen name and an exit icon button that allows us to close the screen. Just below this header, there will be an information card with the user's basic information. In addition, at the bottom of this information card, there will be a list of ideas that the user has shared, in a similar structure to what we see on the Dashboard screen.

Now, let's see how we can create this user detail screen step by step.

  1. For the detail screen design, create a new screen named User Details from the Screens panel.
  2. Since the detail screen will be a Drawer type screen, set the width of the screen as mobile size by clicking the mobile device icon on the top of the screen.

For the header design we can use the design we created on the form screen before.

  1. Drag and drop a Header element on the screen.
  2. Open the form screen named New Suggestion. Select the Row in the Header and copy it via the detail menu.
  3. Open the user Details screen again.
  4. Select the Header and paste it via the detail menu.
  5. Update the screen name in the header.

Now let's continue by designing the user information card.

  1. First, let's proceed by changing the background color of the screen. Click on an empty area on the screen and update the background color of the screen to White via the Styling panel.
  2. Drag and drop a Row onto the screen. 
  3. Convert the Row into a single column.
  4. Add a Row in the column and perform column customization.
  5. With Row selected, update the background color and select Radius as Border style.
  6. Add a Horizontal Stack in the left column.
  7. Add an Image element inside the Horizontal Stack and add a temporary image.
  8. With the Image element selected, change the ImageFit property to Fill via Properties. 
  9. Remove the default value of 100 from the Layout field, add the Image64 style and select Radius from the Border field.
  10. Add a Vertical Stack next to the Image element in the Horizontal Stack.
  11. Add a Label inside the Vertical Stack and enter a temporary name.
  12. Add the H3 ready style to the Label.
  13. Duplicate the Label and enter a temporary department name.
  14. Remove the defined Text styles and select the Paragraph_Grey preset style.
  15. Duplicate Label with department name and replace its content with a temporary title.
  16. Replace the defined Text style with H6.
  17. Update the gap value of Vertical Stack to 0.
  18. Select Horizontal Stack and center it vertically.
  19. Then select the parent column, align it left horizontally and center it vertically.
  20. Add an Icon in the right column and select the icon.
  21. Then select the parent column and align it to the right. We have defined the user information card. Let's proceed by creating the structure where the ideas are listed.
  22. First, add a Row element to the screen for the header row and turn it into a single column.
  23. Add a Horizontal Stack inside the column.
  24. Change the Gap value to 5.
  25. Drag a label into the Horizontal Stack and update its content.
  26. Clear the default width value of 100.
  27. Remove the defined Paragraph style and select the Paragraph_Grey preset style.
  28. Then duplicate Label and update its content.
  29. Add a Row element below the header row and use it in a single column structure.
  30. Select the column and remove the default Column style and select None.
  31. Drag and drop a Table into the column. 
  32. Hide the header of the Table.
  33. Delete the default TableDefaultColumn via Properties.
  34. Select Table Row and remove the Border style.
  35. Then select TableTemplateColumn and remove the default Padding style and add the None style.
  36. Now open the Dashboard screen.
  37. Copy the parent Row in Gallery View.
  38. Return to the user detail screen.
  39. Select TableColumn and paste it.
  40. Select the Child column with white background in the pasted Row and update the background color.
  41. Finally, select the Table element and remove the Hover background color.

Thus, your user detail screen is ready.

Files

Auxiliary resources

Glossary