trying to utilize the level-list drawable class example showed is:
<level-list xmlns:android="http://schemas.android.com/apk/res/ android"> <item android:maxLevel="0" android:drawable="@drawable/ ic_wifi_signal_1" /> <item android:maxLevel="1" android:drawable="@drawable/ ic_wifi_signal_2" /> <item android:maxLevel="2" android:drawable="@drawable/ ic_wifi_signal_3" /> <item android:maxLevel="3" android:drawable="@drawable/ ic_wifi_signal_4" /> </level-list> However, eclipse keeps giving me and error of invalid start tag level- 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

