界面调整和部分测试汇总
This commit is contained in:
@ -37,7 +37,6 @@ import static com.gh.gamecenter.ask.AskFragment.COMMUNITIES_SELECT_REQUEST;
|
||||
* Created by khy on 5/12/17.
|
||||
*/
|
||||
|
||||
// todo IllegalStateException: Can't change tag of fragment
|
||||
public class AskQuestionsNewFragment extends BaseFragment {
|
||||
|
||||
@BindView(R.id.ask_questions_tablayout)
|
||||
@ -148,6 +147,7 @@ public class AskQuestionsNewFragment extends BaseFragment {
|
||||
mTablayout.setupWithViewPager(mViewpager);
|
||||
mTabIndicatorView.setupWithTabLayout(mTablayout);
|
||||
mTabIndicatorView.setupWithViewPager(mViewpager);
|
||||
mTabIndicatorView.setIndicatorWidth(45);
|
||||
mTablayout.addTab(mTablayout.newTab()); // 调整顺序 item
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user