4 messages in com.googlegroups.android-beginners[android-beginners] Re: How to introd...
FromSent OnAttachments
Hiro27 Jul 2008 19:57 
Casey Borders28 Jul 2008 08:06 
Justin (Google Employee)28 Jul 2008 08:08 
Hiro28 Jul 2008 20:36 
Subject:[android-beginners] Re: How to introduce original Widget (View class) into the layout xml.
From:Justin (Google Employee) (j.@google.com)
Date:07/28/2008 08:08:12 AM
List:com.googlegroups.android-beginners

The name of the XML tag should be your fully qualified widget name, for example com.mydomain.android.widgets.EditTextEx or whatever your class name is.

Cheers, Justin Android Team @ Google

On Jul 27, 7:58 pm, Hiro <hiro@hotmail.com> wrote:

Hi,

I prepare EditTextEx class which is inheritted from EditText. However application error is occurred when I use its class in the layout xml as following.

<EditTextEx android:id="@+id/body" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1" android:scrollbars="vertical" />

Does anybody tell me how to use original Widget (View) class in the layout xml?

hiroyuki