Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个疑问,为什么需要在 Navigation Drawer xml 文件中实现FrameLayout 小部件?
谁能解开我的疑惑...
感谢你。
您不需要使用FrameLayout.
FrameLayout
但是,不知何故,当用户单击抽屉中的项目时,您需要更改 UI。一种方法是执行FragmentTransaction, 来更改 UI 中的片段组合。这种动态片段的流行容器是FrameLayout.
FragmentTransaction