i copy these codes from http://code.google.com/android/referenc ... wable.html
Using xml Syntax Highlighting
- <animation-list android:id="selected" android:oneshot="false">
- <item android:drawable="@drawable/wheel0" android:duration="50" />
- <item android:drawable="@drawable/wheel1" android:duration="50" />
- <item android:drawable="@drawable/wheel2" android:duration="50" />
- <item android:drawable="@drawable/wheel3" android:duration="50" />
- <item android:drawable="@drawable/wheel4" android:duration="50" />
- <item android:drawable="@drawable/wheel5" android:duration="50" />
- </animation-list>
Parsed in 0.002 seconds, using GeSHi 1.0.8.4
but i dont know why i got a error like this "ERROR Error parsing XML: unbound prefix".
please help me.thanks a lot.



