Hi I\'m using Sliding tab layout in my app and it all works great. The only thing I dont understand is why my tabs text are in uppercase.
I\'ve printed the text the
just add this linetabTitleView.setAllCaps(false); in populateTabStrip()
tabTitleView.setAllCaps(false);