在 Activity 中使用
getSupportFragmentManager().beginTransaction()
.add(android.R.id.content, new ScanFragment ()).commit();
转移到包含底部导航栏的 Fragment。片段出现时没有底部导航栏。
请帮我弄清楚如何在不丢失导航栏的情况下从活动过渡到片段。非常感谢
在 Activity 中使用
getSupportFragmentManager().beginTransaction()
.add(android.R.id.content, new ScanFragment ()).commit();
转移到包含底部导航栏的 Fragment。片段出现时没有底部导航栏。
请帮我弄清楚如何在不丢失导航栏的情况下从活动过渡到片段。非常感谢