Wick wrote: > In the XML Layout files, how are the key elements such as 'Button' and > 'TextView' linked to their actual classes? I am using a new sliding > panel class (extending LinearLayout), but I cannot manage to add it to > a layout file. The class is contained in android.widget.Panel.
There is no android.widget.Panel, at least not in the 1.0r2 SDK that I can see. If this is your own class, be advised that the core Android team really really really recommends you put it in your own namespace (e.g., com.commonsware.android.widget.Panel). -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

