界面调整和部分测试汇总

This commit is contained in:
kehaoyuan
2018-01-04 18:24:36 +08:00
parent cfa3ceaae7
commit b5fddfbbd0
31 changed files with 273 additions and 165 deletions

View File

@ -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