当前位置:编程学习 > wap >>

帮翻译一下Dialog api中这段注释~


 * Often you will want to have a Dialog display on top of the current input
 * method, because there is no reason for it to accept text. You can do this by
 * setting the {@link WindowManager.LayoutParams#FLAG_ALT_FOCUSABLE_IM
 * WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM} window flag (assuming your
 * Dialog takes input focus, as it the default) with the following code:
 * 
 * 
 * getWindow().setFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM,
 *  WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM);
 * 
现在我在制作自定义Dialog(含Edittext)的时候,输入法出现了问题,现在希望翻译一下这个,主要是这句话
because there is no reason for it to accept text. 什么意思?是告诉我尽量不要accept text还是其它什么意思? dialog
补充:移动开发 ,  Android
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,