When I use customized components in XML, could I use a short name
of component instead of a fully qualified class name?  I wonder if
some configuration file exists to do that work.
    For example, my customized components is ex.object.RoundRect,   I
should use it in xml file like this:
     <ex.object.RoundRect
           android:id="@+id/mainRoundRect01"
           ...
     />
     But I want to use it like this:
     <RoundRect
          android:id="@+id/mainRoundRect01"
           ...
     />

    Is it possible? Is there a configuration file that can map the
fully qualified class name to a short name?
    Thanks for your prompt.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to