Is an EditText highlighted when touching a widget in Android 3.0?

Has anyone ever successfully implemented EditText in widgets?

+3
source share
1 answer

If "in widgets" you really mean "in application widgets", it is EditTextnot supported in application widgets.

0
source

All Articles