Yeah I am sure this will be improved in the future. If the fully qualified class name is an issue, you can overide Activity.onCreateView() to provide a shorter alias for it.
On Aug 28, 2:56 pm, Andrew Dupont <[EMAIL PROTECTED]> wrote: > On Aug 28, 4:41 pm, hackbod <[EMAIL PROTECTED]> wrote: > > > No, there isn't an easier way built in to the system. Sorry. You > > could make your own subclass of text view that applies the font you > > want, and use that instead of the regular text view, but whatever you > > do will need to be your own concoction. > > On one hand, this isn't a major inconvenience, since it'd just require > a subclass that adds one line of code to the constructor. > > On the other hand, since custom views need to be referenced in the XML > by their full package name, one would need to make one's XML far more > verbose in order to change all occurrences of "<TextView" to > "<com.example.widget.text.CustomTextView". > > In this case, a little bit of extra configuration control can make a > subclass unnecessary, I know the Android team has plenty to do for > 1.0, but I do hope this will be addressed in a subsequent release. > > Cheers, > Andrew --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new Android 0.9 SDK beta! http://android-developers.blogspot.com/2008/08/announcing-beta-release-of-android-sdk.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

