How to remove focus from single editText

后端 未结 17 1497
南笙
南笙 2020-12-13 17:24

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

17条回答
  •  眼角桃花
    2020-12-13 17:44

    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.

提交回复
热议问题