OSDN Git Service

am aafeef31: Fix the search widget taking characters into it rather than forwarding...
authorMike LeBeau <mlebeau@android.com>
Mon, 6 Jul 2009 18:17:50 +0000 (11:17 -0700)
committerThe Android Open Source Project <initial-contribution@android.com>
Mon, 6 Jul 2009 18:17:50 +0000 (11:17 -0700)
commit5f9510f1c1eef373accf8f369121f81db544598d
treeb679595e3dca136d9f19a37543c5566da150499d
parent81e6e469004f9eccf0737dbd1f43faebce051eee
parentaafeef310fab2b2e62850b09fe25411e65fe3171
am aafeef31: 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.

Merge commit 'aafeef310fab2b2e62850b09fe25411e65fe3171'

* commit 'aafeef310fab2b2e62850b09fe25411e65fe3171':
  Fix the search widget taking characters into it rather than forwarding