如果只有LinearLayout對象發生配置更改,則會獲得空對象引用。 景觀模式我必須setVisiblity = View.GONE所有視圖除了一個視圖 肖像模式我必須setVisibility = View.VISIBLE所有的觀點: if (Activity started in portrait mode then turned into landscape)
{it work fine
我遇到以下問題。我的應用程序有2個片段,第一個片段顯示項目列表,當你點擊一個項目時,顯示一個細節片段。 我也有一個NavigationDrawerActivity,用以下方法來處理碎片堆棧。 private void changeFragment(int pos, Fragment fragment, boolean addToBackStack) {
Fragment f = g
我創建了CanvasView對象,擴展了View類,並且在應用程序的清單中覆蓋了configChanged,正如您所看到的,Canvas不會再次正確重繪。 肖像: 景觀 它看起來就像轉動不影響Canvas對象。 我試過無效並重新繪製,但它似乎沒有任何區別。 @Override
protected void onSizeChanged(int w, int h, int oldw, int old