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
check this question and the selected answer: Stop EditText from gaining focus at Activity startup It's ugly but it works, and as far as I know there's no better solution.