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' -

java - Log4j2 configuration not found when running standalone application builded by shade plugin -

python - How do I create a list index that loops through integers in another list -