I vaguely recall seeing the use of a custom view class in the layout
XML that was something like:
<us.k5rud.experiment.ExpView __something__ View
android:id="@+id/expView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toRightOf="@+id/TextView01">
where _something_ was like the Java "extends" View. It was an
indicator that the custom view was a subclass of an existing View.
Is my memory wrong or just garbage collected?
Rud
http://mysticlakesoftware.blogspot.com/
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---