Top "Android-tablayout" questions

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

How do I get the view of a Tab in a TabLayout?

I'd like to find the view of a Tab in a TabLayout so that I can pass it to another …

android android-layout android-tabs android-tablayout
Remove the selector line under current Tab for a TabLayout

I am using a TabLayout with 3 tabs. I customized the view of my tabs and therefor, I need to remove …

android tabs android-tablayout
TabLayout with viewpager not smooth scrolling

Edit I have followed these tutorials to fix this problem. http://www.truiton.com/2015/06/android-tabs-example-fragments-viewpager/ https://guides.codepath.com/android/…

java android android-fragments android-viewpager android-tablayout
Disable Tabs in TabLayout

I have used TabLayout from the latest design support library in my app. The tabs are attached to a viewpager …

android android-fragments tabs androiddesignsupport android-tablayout
Tab icon and text both using android design support library

]1]1i used android design support tablayout and i got both icon and text on tab .. i used a customtabview to …

android androiddesignsupport android-tablayout
Use Tab layout in MVVM architecture with the data binding library

I am developing an app that has a tab layout as the image. I’d like to use MVVM architecture …

android mvvm data-binding android-tablayout android-databinding
How to add margin between tabs in TabLayout?

Is there a way to add margin between the tabs in a TabLayout? I've tried with using a custom style …

android android-tablayout
Android TabLayout custom indicator width

I want to reduce width of indicator - for example, make it's width not whole tab width, but 1/2 of tab …

android android-viewpager android-tablayout
How to set icon size in TabLayout?

Here is my code: private TabLayout tabLayout; private int[] tabIcons = { R.mipmap.ic_compass, R.mipmap.ic_place, R.mipmap.…

android android-tablayout