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