2
I am making a dynamic form and would like to add an embroidery around a set with a Textview and an Edittext as in the code below:
TextView tv = new TextView(this);
tv.setText(vet[0]);
EditText et = new EditText(this);
et.setSingleLine();
et.setText("");
I would like to put this content on a very simple edge, as it is possible in a very simple way
If the answer was helpful and solved the problem check as correct @daniel12345smith, so others can benefit.
– Wellington Avelino