I got the same problem. For me it was that the XML file was added to 'values' folder, not 'drawable' Hope that helps.
On Feb 12, 10:19 pm, Topsy <[email protected]> wrote: > trying to utilize thelevel-listdrawable class > > example showed is: > > <level-listxmlns:android="http://schemas.android.com/apk/res/android"> > <itemandroid:maxLevel="0"android:drawable="@drawable/ > ic_wifi_signal_1" /> > <itemandroid:maxLevel="1"android:drawable="@drawable/ > ic_wifi_signal_2" /> > <itemandroid:maxLevel="2"android:drawable="@drawable/ > ic_wifi_signal_3" /> > <itemandroid:maxLevel="3"android:drawable="@drawable/ > ic_wifi_signal_4" /> > </level-list> > > However, eclipse keeps giving me and error of invalid start taglevel-list. > Anyone know how I can fix this? -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android 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

