Top "Android-tablayout" questions

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

TabLayout tab selection

How should I select a tab in TabLayout programmatically? TabLayout tabLayout = (TabLayout) findViewById(R.id.tabs); tabLayout.setupWithViewPager(viewPager);

android android-viewpager android-tablayout android-design-library
How do I change a tab background color when using TabLayout?

This is my code in the main activity public class FilterActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.…

android android-tabs android-tablayout
Text size of android design TabLayout tabs

I have difficulties changing the text size of the tabs of design library tablayout (android.support.design.widget.TabLayout). I …

android text-size android-tablayout
How do you create an Android View Pager with a dots indicator?

Probably many of you (as me), have problem with creating ViewPager with bottom dots, like this: How do you create …

android android-viewpager android-tablayout indicator
Tab not taking full width on Tablet device [Using android.support.design.widget.TabLayout]

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 …

android tabs width android-appcompat android-tablayout
Tablayout with icons only

I am using design support to create tabs. I am also using ViewPager for swipable tabs. Now, I don't know …

android android-tabs android-tablayout
Change the font of tab text in android design support TabLayout

I'm trying to work on the new TabLayout from the android design library. I want to change tab text to …

android fonts android-design-library android-fonts android-tablayout
How to change selected Tab Text color using TabLayout from code in Android?

I'm using android.support.widget.TabLayout to make a Tab view, and I want to change the selected tabs text …

android android-tabs android-tablayout
How do I change the color of icon of the selected tab of TabLayout?

I'm using a TabLayout with a ViewPager and I'm wondering how I can most efficiently change the color of the …

java android mobile material-design android-tablayout
Add Icons+Text to TabLayout

I am working on a screen which contains Three tabs I am trying to add an icon with My text …

android android-layout material-design android-tabs android-tablayout