I have setup tabs as UPDATE 29/05/2015 this post. Tabs take full width on my Nexus 4 mobile but on nexus 7 tablet it in center and not cover full screen wid
To force tabs to take up the full width (split into equal sizes), apply the following to the TabLayout view:
TabLayout
TabLayout tabLayout = (TabLayout) findViewById(R.id.your_tab_layout); tabLayout.setTabGravity(TabLayout.GRAVITY_FILL); tabLayout.setTabMode(TabLayout.MODE_FIXED);