I'm doing a dynamic form and would like to add an embroidery around a set with a TextView and an EditText like 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 in a very simple border, as it is possible in a very simple way