【光环助手V5.6.0】前端优化汇总12月第5周(0118UI测试问题) https://git.shanqu.cc/pm/halo-app-issues/-/issues/1672

This commit is contained in:
jack
2022-01-19 11:47:17 +08:00
parent 76402b7bcf
commit d376f7291c
25 changed files with 91 additions and 31 deletions

View File

@ -33,6 +33,9 @@ public abstract class BaseActivity_TabLayout extends ToolBarActivity implements
protected NoScrollableViewPager mViewPager;
@BindView(R.id.activity_tab_indicator)
protected TabIndicatorView mTabIndicatorView;
@Nullable
@BindView(R.id.dividerLine)
protected View mDividerLineView;
protected List<Fragment> mFragmentsList;