Top "Android-tablayout" questions

Android TableLayout provides a grid like layout to organize rows and columns of information.

Difference between PagerTabStrip and TabLayout

I am working on an app where I want to add tabs so that can be added using PagerTabStrip and …

android android-tablayout pagertabstrip
TabLayout selected Tab icon is not selected on start up

I'm using a TabLayout for Tabbed navigation in my app. I have a really weird issue with it, I have …

android tabs icons android-tablayout android-selector
OnResume() not called in Fragment using tabLayout and ViewPager

i'm developing an app using tabLayout. I've a problem: When I try to reactivate a Fragment, the method OnResume is …

android android-fragments android-viewpager android-tablayout
Disable one of the tabs in tablayout?

I need tabs for the application I am developing. So I ended up with tablayout and it contains few tabs. …

android android-tablayout androiddesignsupport
How to Add different Activtity in each Tab in Tabbed Activity

I have created tabbed activity and please help me how to show different layouts in different tabs in the swipeable …

android android-fragmentactivity android-tablayout
Cannot resolve symbol 'TabLayout' in sliding menu fragment

I'm a newbie in android programming and Im trying to make an ordering application. I have successfully created the sliding …

java android android-fragments slidingmenu android-tablayout
Android: pin TabLayout to top of Scrollview

I was looking at the twitter app on my phone. You can see that when a user scrolls up, the …

android android-layout twitter google-plus android-tablayout
how to change tablayout selected text color in custom tablayout

i have viewpager that have 4 tab which implement it with tablayout. because i wanted to change the font to custom …

android android-viewpager android-tablayout viewpagerindicator
How to make tab title alignment to left in TabLayout in Android

I can't seem to align my tab titles to the left, inside my TabLayout. At the moment, the titles are …

android android-layout android-tablayout
How to set unselected Text Color for TabLayout.Tab - Android

How do you set text-color for a tab that's not selected? I know you can set the text-color for the …

android android-tablayout