Android removes automatically obtained focus points from edittext

Source: Internet
Author: User

When an activity with an editview enters for the first time, the first edittext box automatically obtains the focus, which seriously affects the user experience. But how can this problem be removed?
After reading a lot of information, we found that the following methods are the simplest:
One idea is to let other controls get this focus.
In XML, before the edittext Control
Join
<Linearlayout
Android: Id = "@ + ID/linearlayout_focus"
Android: focusable = "true"
Android: focusableintouchmode = "true"
Android: layout_width = "0px"
Android: layout_height = "0px"/>
This linearlayout will not be displayed, but will steal the focus

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.