For custom AlertDialog with EditText, the solution of the software disk cannot be displayed.

Source: Internet
Author: User

For custom AlertDialog with EditText, the solution of the software disk cannot be displayed.

Original article: About the custom AlertDialog with EditText, the solution to the failure to bring up the software Disk

 

MDialog = new AlertDialog. Builder (context, R. style. AlertDialog). create (); mDialog. show (); mDialog. getWindow (). setContentView (layout );

The original code is like this, but after running it, it is found that when you click edittext in the pop-up dialog box, the soft keyboard will not pop up, but the Soft Keyboard will pop up again in this way:

 

MDialog = new AlertDialog. Builder (context, R. style. AlertDialog). create ();
MDialog. setView (layout); mDialog. show ();

You can also bring up a soft keyboard, but the black border is not very beautiful. After reading the article above, add the following code after the previous section:

MAddFriendAlertDialog. getWindow (). clearFlags (WindowManager. LayoutParams. FLAG_ALT_FOCUSABLE_IM );

The solution is perfect !!!

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.