Sorry you can't :)

On Thu, Oct 8, 2009 at 11:49 PM, Susan <smxb...@gmail.com> wrote:
>
>    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.
>
> >
>



-- 
Romain Guy
Android framework engineer
romain...@android.com

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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to