Using xml Syntax Highlighting
- <ScrollView>
- <LinearLayout>
- <TextView>
- ....
- <TextView>
- <SomeInputView>
- ....
- </LinearLayout>
- </ScrollView>
Parsed in 0.001 seconds, using GeSHi 1.0.8.4
If the activity gets stated the Screen autoscrolls to the Views which are designed for user interactions (but seems not to focus them directly).
It seems not to lead to any control to set some of the first fields to be focusable or to request Focus for a field explicitly.
Is there a clean way existing?

