1.软键盘隐藏问题
InputMethodManager im = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); im.hideSoftInputFromWindow(getCurrentFocus().getApplicationWindowToken(), InputMethodManager.HIDE_NOT_ALWAYS);
InputMethodManager im = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); if(getCurrentFocus!=null) im.hideSoftInputFromWindow(getCurrentFocus().getApplicationWindowToken(), InputMethodManager.HIDE_NOT_ALWAYS);
<activity Android:windowSoftInputMode="adjustResize">
2.merge标签注意点
android.view.InflateException: Binary XML file line #2: <merge /> can be used only with a valid ViewGroup root and attachToRoot=true Caused by: android.view.InflateException: <merge /> can be used only with a valid ViewGroup root and attachToRoot=true
3.LinearLayout注意点
4. 布局选择
FrameLayout是最简单的一种布局,所有安卓界面的根布局都是FrameLayout,加载速度最快。
LinearLayou布局与RelativeLayout布局的加载速度需要进一步深入的研究才能得出具体结论。
总结
以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作具有一定的参考学习价值,谢谢大家对亿速云的支持。如果你想了解更多相关内容请查看下面相关链接
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。