Re: [android-beginners] Re: Rounded corners for EditText

2009-11-05 Thread Mark Murphy
westmeadboy wrote: On Nov 2, 9:18 pm, Mark Murphy mmur...@commonsware.com wrote: Create your own custom StateListDrawable to serve as the background. The existing background should be in the Android source code -- clone that, then modify the .9.png files as desired. Won't the existing

[android-beginners] Re: Rounded corners for EditText

2009-11-02 Thread Alex (PS3 Friends)
I think you want to use a 9-patch image. Check out the link below, just researched this last night. http://www.anddev.org/tutorial_buttons_with_niceley_stretched_background-t4369.html On Nov 2, 3:53 am, westmeadboy westmead...@yahoo.co.uk wrote: I have an EditText view and would like to make

[android-beginners] Re: Rounded corners for EditText

2009-11-02 Thread westmeadboy
On Nov 2, 9:18 pm, Mark Murphy mmur...@commonsware.com wrote: Create your own custom StateListDrawable to serve as the background. The existing background should be in the Android source code -- clone that, then modify the .9.png files as desired. Won't the existing background vary from one