How Can i make UI like this?
What have you tried so far?
you can use these components to make this UI
- Label
- Horizontal Arrangement
- Vertical Arrangement
- Text Box
- Floating Action Button
- Spinner
now it depends on your how you setup these components to make the UI you need.
1 Like
You need to use a card to round the corner. Set the padding to 0.
Put the arrangements inside with the colors of your choice, (but don’t forget to add spacer, because you have removed the padding from the card)
This method is useful for adding several colors, gradients, or images inside a card
9 Likes
Thanks for your help
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.