Home > OS >  EditText with button and icon and label in border
EditText with button and icon and label in border

Time:04-13

Hello how can i do a input like this image?images

CodePudding user response:

This is similar to a material text field. Here's the documentation.
It would provide you with enough documentation for how to implement it.
The one you want to look for is the outlined text field
Just go to the implementation section of the page.
But, I don't think you can add text in the right section.
The one with the mes contacts written in it.
basically I am not sure you can add the mes contacts text.
I'm not sure of whether material library allows that.

  •  Tags:  
  • xml
  • Related