Android Design Screen when there is edittext when you cancel the boot automatically get focus call system Input Method

Source: Internet
Author: User

 <  relativelayout  xmlns:android  = "http://schemas.android.com/apk/res/android"   Xmlns:tools  = "Http://schemas.android.com/tools"   Xmlns:app  = "Http://schemas.android.com/apk/res-auto"   
Android:layout_width = "Match_parent" Android:layout_height =" Match_parent " android:focusable = "true" Android: Focusableintouchmode = "true"

Add the last two sentences to the XML bottom element of the design screen, giving the entire layout the focus so that EditText does not automatically invoke the system input when it is opened.

If the above is not a simple solution to the problem of losing focus, you can call the Clearfocus () method in the Java code in the Create method to the first EditText control

This way, when the first control loses focus, the focus does not move to the next edittext, but to the parent container directly.

Android Design Screen when there is edittext when you cancel the boot automatically get focus call system Input Method

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.