I'm newbie with android layout, so i need some help.
I want create a custom editText, something like this:
I'm want to fix that with the best possible way.
Someone?
Thanks.
I'm newbie with android layout, so i need some help.
I want create a custom editText, something like this:
I'm want to fix that with the best possible way.
Someone?
Thanks.
If you want the blue line on the left, you can just set the background on the EditText, such as,
Then create another file in your drawable folder this is called custom_layer.xml
And a final selector file -
custom_edittext.xm
.U can create a Shape drawable and set shape drawable as the EditText background