Hi all,

Browsing in the API I've stumbled upon the DialerFilter widget. Since
I can't find much documentation about how to us it, let alone know
what it does, I tried to use it in a little app just to see what comes
out.
I keep getting a IllegalStateException in the Layout builder about the
DialterFilter needing a child EditText named hint. Looking at the
source of the DialterFilter class I can see that the widget is indeed
waiting for a EditText named hint, but not in my R.class but in the
R.android.internal class. So adding a EditText named id+/hint in my
layout XML file won't solve the problem.
So how can I solve this problem? Would it be that DialterFilter is a
"private" widget that we can't use but happens to be in the API
documentation?
I'm trying to build a "clone" of the Sense dialer (keypad at the
bottom part of the screen, filtered contact list at the top part of
the screen) and, according to its name, DialterFilter sounds like what
I'm looking for.

Thanks for you help,

Marc

-- 
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