Android edit text with custom shape -


how can edit text shape this.

enter image description here

i mean right rounded corners , exact same shape. understood 9 patch doesn't me that.

9 patch best way in situation, create 9 patch , set background of edittext.

here giving sample image, can try it.

enter image description here

edittext.setbackground(r.drawable.edt_bg); 

Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -