In Nokia S40 the search field for the contacts is looked like this
This TextField
is really interactive, if I put some text the magnifier will change into x Button
. I've tried to create the TextField
in LWUIT and override the paint methods to put the magnifier image but it can't use as a button.
Are there any component I can use to recreate something like this (Especially with LWUIT)? Or maybe are there any ready-to-be-used component from Nokia to create something like this?
Best Regards