我正在開發一個側面導航菜單的應用程序。如何在維護導航欄的同時隱藏某個活動的操作欄?
在我的活動中,我正在加載的活動的操作欄覆蓋了側面導航菜單的操作欄。即使側面菜單在那裏,工作正常。
我想隱藏或刪除活動的操作欄,同時保持側邊導航:同方導航
主頁:刷卡時
邊導航工程菜單。
這是從onCreate()方法的代碼
FrameLayout contentFrameLayout = (FrameLayout) findViewById(R.id.content_frame);
getLayoutInflater().inflate(R.layout.activity_complaint, contentFrameLayout);