OSDN Git Service

Fix the search widget taking characters into it rather than forwarding
authorMike LeBeau <mlebeau@android.com>
Thu, 2 Jul 2009 22:58:21 +0000 (15:58 -0700)
committerMike LeBeau <mlebeau@android.com>
Fri, 3 Jul 2009 01:23:15 +0000 (18:23 -0700)
commitaafeef310fab2b2e62850b09fe25411e65fe3171
treec180b7f6fc7898b2e37bb10842263440dff5087b
parent736cf281f403b2c6bdee3569dd9862011726a93c
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.
res/layout/widget_search.xml