I want to create an UI as shown in the figure, not exactly, though, but similar. How can I implement this?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How can I create this custom Bottom Navigation on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
You can use Table Layout to design such a View or also you can use a Tool for UI design Called Droid Draw.. Download the .exe file and install in your PC and start Design Droid Draw UI design Tool
here is the recipe.
Take 3 images as below 1.1 Top rounded corner 1.2 middle image (sharped corner) 1.3 Bottom rounded corner
Take the Text view and set the above images as background.
Use
LinearLayout
with orientationvertical
use tablelayout like this
For that you need to make one xml file and put it into drawable folder .
rounded_background.xml
Now make another xml file in which set textview and edittext .
main.xml