3

i want to design edittext with sharp edges something like facebook .sample code is appritiated.

TygerKrash
  • 1,362
  • 2
  • 20
  • 38
user601367
  • 2,308
  • 12
  • 34
  • 44

1 Answers1

2

http://www.androidworks.com/changing-the-android-edittext-ui-widget

you can draw 9 patch image in the shape u need and give it as the background to your EditText.

and also check this link

Problem with EditText background (android)

Community
  • 1
  • 1
bHaRaTh
  • 3,464
  • 4
  • 34
  • 32