sdphil wrote: > sorry, I should have included this in the original post, but this is > my @drawable/progress_bar -- > > <?xml version="1.0" encoding="UTF-8"?> > > <layer-list xmlns:android="http://schemas.android.com/apk/res/ > android"> > <item android:id="@+android:id/background" > android:drawable="@drawable/progress_background"/> > <item android:id="@+android:id/secondaryProgress" > android:drawable="@drawable/progress_secondary"/> > <item android:id="@+android:id/progress" > android:drawable="@drawable/progress"/> > </layer-list> > > Needless to say, background does not work here.
Get rid of the + signs. They are not to be used anywhere you are using @android:id syntax. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en -~----------~----~----~----~------~----~------~--~---

