[android-developers] statelistdrawable in xml

2010-06-08 Thread schwiz
How do you make a StateListDrawable xml file in eclipse. While trying to follow this tutorial http://developer.android.com/resources/tutorials/views/hello-tabwidget.html eclipse won't let me make an android xml file in the drawable folder, it forces me to pic a resource other than drawable. --

Re: [android-developers] statelistdrawable in xml

2010-06-08 Thread sachin ravi
xml files better put inside the xml folder and then access it. On Tue, Jun 8, 2010 at 11:13 PM, schwiz sch...@gmail.com wrote: How do you make a StateListDrawable xml file in eclipse. While trying to follow this tutorial