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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -