标签: android android-fragments fragment android-framelayout
为什么Google通常会将Fragments放在FrameLayout中。我在Google I / O App的示例和源代码中看到了它。我试图将FrameLayout的属性转换为Fragment的属性,并且所有属性都保持不变,那么为什么他们使用FrameLayout容器?
答案 0 :(得分:0)
可能因为这种方式您可以轻松地将其设置为选项卡式导航,因为TabHost扩展了FrameLayout,您可以将FrameLayout资源分配给它。