How to enable edittext in appwidget as a google search widget

I tried to enable editText in appwidget ... then I found out that it is not possible to enable edittext

But if I check the Google search application, I see that they use a view similar to edittext .. How to create a view of type edittext for a widget

+3
source share
2 answers

I used TextView instead of EditText with a custom background .. and onClick it will go to the desired screen.
It looks like a widget for searching on Twitter and Facebook :)

+2
source

Diana Hackborn explains this topic:

http://groups.google.com/group/android-developers/browse_thread/thread/a50a2aff0c8c754d/

Google " ", ( ), , , . , , , 3.0.

+3

All Articles