westmeadboy wrote: > I have an EditText view and would like to make the corners more > rounded. > > How can this be done?
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. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 1.0 Available! -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

