This question already has an answer here:
anybody could tell me, how to put a border in an editText in AndroidStudio?
for example a square in an editText.
This question already has an answer here:
anybody could tell me, how to put a border in an editText in AndroidStudio?
for example a square in an editText.
just try this one,
first create one XML file, inside drawable folder (use new drawable xml) and add this lines
then add this line inside Your edittext property
i don't know what your expecting, maybe it will help you
It's so easy bro
First step create an shape.xml in your directory drawable
Second step create your editext in your layout.xml and put background with the shape that you created above
It's all