In my application I have a single EditText together with some TextViews, button and a spinner. My EditText receives focus since it is the only focu
EditText
TextViews
Just include this line
android:selectAllOnFocus="false"
in the XML segment corresponding to the EditText layout.