You can use this syntax, but you need to use lowercase view: <view class="org.my.stuff.MyView" />
On Fri, Nov 12, 2010 at 9:52 AM, TreKing <[email protected]> wrote: > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them -- 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

