commit | aafeef310fab2b2e62850b09fe25411e65fe3171 | [log] [tgz] |
---|---|---|
author | Mike LeBeau <mlebeau@android.com> | Thu Jul 02 15:58:21 2009 -0700 |
committer | Mike LeBeau <mlebeau@android.com> | Thu Jul 02 18:23:15 2009 -0700 |
tree | c180b7f6fc7898b2e37bb10842263440dff5087b | |
parent | 736cf281f403b2c6bdee3569dd9862011726a93c [diff] |
Fix the search widget taking characters into it rather than forwarding them to the search dialog. By setting editable=false and inputType=none, the TextView can still take focus, but key input is forwarded to the launcher which knows what to do.