After I moved my app to 5.0, I had to move from the basic tabs to the slidingTabLayout that a google developer provides .
The problem is, I can\'t figure out how to
in class SlidingTabLayout method populateTabStrip() add
LinearLayout.LayoutParams lp = new LinearLayout.LayoutParams( 0, LayoutParams.WRAP_CONTENT, 1f); tabView.setLayoutParams(lp);