Android TabLayout: distribute evenly

て烟熏妆下的殇ゞ 提交于 2019-12-03 01:32:41

I read this tutorial to get my answer: http://panavtec.me/playing-with-the-new-support-tablayout/

You are suppose to set the tabLayout gravity:

tabLayout.setTabGravity(TabLayout.GRAVITY_FILL);

And do not set your tabLayout to scrollable (app:tabMode="scrollable") otherwise the gravity fill will not work.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!