see this:
http://www.netmite.com/android/mydroid/frameworks/base/core/java/android/widget/DialerFilter.java
May be you will get some idea.
On Jul 2, 10:00 am, BRitchie <[email protected]> wrote:
> Hello all,
>
> I am trying to play around with the DialerFilter layout. But I keep
> getting an "IllegalStateException", it is complaining of an EditText
> child not being named "hint". This is the layout code I am using, any
> suggestions would be welcome.
>
> <DialerFilter xmlns:android="http://schemas.android.com/apk/res/
> android"
> android:id="@+id/DialerFilter01"
> android:layout_width="fill_parent"
> android:layout_height="fill_parent"
> >
> <EditText
> android:id="@+id/hint"
> android:layout_width="wrap_content"
> android:layout_height="wrap_content"
> />
> </DialerFilter>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---