您好,登錄后才能下訂單哦!
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進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。