android - toolbar上的控件如何在fragment中使用
阿神
阿神 2017-04-17 17:25:48
0
2
510

布局是一个drawerLayout,如何使toolbar上的按钮在不同的fragment中相应不同的刷新事件?

阿神
阿神

闭关修行中......

reply all(2)
刘奇

Use your fragmentmanager to find the fragment on the top of the current stack, and then make a judgment

小葫芦

Set tags for each fragment

getSupportFragmentManager().beginTransaction().add(R.id.container, currentFragment,tag).commit()

In the click event, handle different fragments through Tag, and then handle the refresh event

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