We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
binding.hwVerticalTablayout.setTabAdapter(new TabAdapter() { @Override public int getCount() { return mFragments.size(); } @Override public ITabView.TabBadge getBadge(int position) { return null; } @Override public ITabView.TabIcon getIcon(int position) { return new ITabView.TabIcon.Builder().setIcon(R.drawable.icon_about_us, R.drawable.icon_ip_port).build(); } @Override public ITabView.TabTitle getTitle(int position) { return new TabView.TabTitle.Builder() .setContent(mFragmentsTitle[position]) .setTextColor(R.color.colorPrimary, R.color.colorAccent) .build(); } @Override public int getBackground(int position) { return R.color.white; } });
The text was updated successfully, but these errors were encountered:
@qwasnm789 哥解决了吗
Sorry, something went wrong.
所以解决了吗
用1.2.0版本..最新版有问题
No branches or pull requests
The text was updated successfully, but these errors were encountered: