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
This commit is contained in:
Mike LeBeau 2009-07-06 11:17:50 -07:00 committed by The Android Open Source Project
commit 5f9510f1c1
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
android:layout_height="wrap_content"
android:layout_weight="1.0"
android:editable="false"
android:inputType="text"
android:inputType="none"
android:background="@drawable/textfield_searchwidget"
android:textAppearance="?android:attr/textAppearanceMediumInverse"
android:textColor="@android:color/primary_text_light"