On Thu, Nov 11, 2010 at 8:24 AM, pvee <[email protected]> wrote: > <View class="android.pvee.vm.animateview" android:id="@+id/ > animateview01" android:layout_gravity="top" android:layout_weight="1" > android:background="@drawable/vmquad" > android:layout_width="fill_parent" > android:layout_height="fill_parent"></View> >
What's this about? I don't see any "class" attribute in the documentation. You probably want to put your class name instead of "View" and get rid of the "class=" portion. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

