The Android text box does not get focus in two ways

Source: Internet
Author: User

When entering a page, we do not want the edittext to get focus automatically eject the soft keyboard, occupy more than half of the screen.

Method One

Let LinearLayout first get the focus, the code is as follows:

<linearlayout android:focusable= "true" android:focusableintouchmode= "true" android:layout_width= "0px" Android: layout_height= "0px"/>

Method Two (recommended)

Set the control of the activity in the manifest, the implementation of screen always horizontal display or vertical display is also set here, a side-by-side

<activity android:name= "com.on*****ctivity" android:screenorientation= "Landscape" android:windowsoftinputmode= "Statealwayshidden|adjustresize" ></activity>

The Android text box does not get focus in two ways

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.