Fix tab highlight opacity on KitKat
This commit is contained in:
parent
8534539a9e
commit
224a86a124
1 changed files with 2 additions and 0 deletions
|
|
@ -87,6 +87,8 @@ public class MainFragment extends BaseFragment implements TabLayout.OnTabSelecte
|
||||||
|
|
||||||
binding.mainTabLayout.setupWithViewPager(binding.pager);
|
binding.mainTabLayout.setupWithViewPager(binding.pager);
|
||||||
binding.mainTabLayout.addOnTabSelectedListener(this);
|
binding.mainTabLayout.addOnTabSelectedListener(this);
|
||||||
|
binding.mainTabLayout.setTabRippleColor(binding.mainTabLayout.getTabRippleColor()
|
||||||
|
.withAlpha(32));
|
||||||
|
|
||||||
setupTabs();
|
setupTabs();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue