android - Fragment 页显示顶部导航多页面效果
迷茫
迷茫 2017-04-17 18:01:18
0
2
386


想实现 这种效果 主页面是用的Fragment 做的3个页面 然后第二Fragment个页面做出这种效果 不需要滑动 不需要TabLayout 的下标 请问各位大佬有木有 其他方法实现

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

reply all(2)
左手右手慢动作

I have two ideas for now:
1. Use three buttons
2. Use three radios

巴扎黑
  1. If the order page is organized by three sub-pages, then use FragmentTabHost

  2. If it’s just a page and it’s just a filtering effect, then you can use RadioGroup, and the processing logic can be implemented using ArrayAdapter & Filterable, or Adapter + Loader

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template