Hello, maybe you can help me.
I have two edittext with this characteristics:
And I put background to these with:
All works fine:
When I clicked on a text, the right edge was lost
I have tried to change the layout of the images, their alignment, but the same behavior is always repeated, I have changed the size of the text and I always have the same results.
Thanks
Christian.
I have two edittext with this characteristics:
And I put background to these with:
B4X:
Dim cd As ColorDrawable
cd.Initialize2(Colors.White,8dip,1,0xFF808080)
txtCodigo.Background = cd
txtAdicional.Background = cd
All works fine:
When I clicked on a text, the right edge was lost
I have tried to change the layout of the images, their alignment, but the same behavior is always repeated, I have changed the size of the text and I always have the same results.
Thanks
Christian.