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