Top "Android-tablayout" questions

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

Android Tab Layout tabs with round corners

This type of Question has already been asked before but not got any proper,working solution so I am again …

android android-layout android-tablayout
Changing viewPager swipe direction

I'm using TabLayout and viewPager with an option to swipe the viewPager to the left or right in order to …

android android-viewpager android-tablayout
viewpager setCurrentItem not changing tablayout selected color

i am using viewpager and tab layout viewPager.setAdapter(Adapter); tablayout.setupWithViewPager(viewPager); viewPager.addOnPageChangeListener(new ViewPager.OnPageChangeListener() { int cPage; @…

android android-viewpager android-tablayout
Remove the shadow below TabLayout on android

I'm trying to remove the shadow below tabs while using TabLayout, which is defined in a normal layout (and not …

android android-styles android-tablayout
Design Support TabLayout

I'm playing around with the Design Support Library TabLayout. My problem is that the title of one of the tabs …

android fragmentpageradapter androiddesignsupport android-tablayout
Different tab width for TabLayout

I'm using TabLayout & ViewPager. I am trying to change the size of the Tab, like Whatsapp (camera icon). The …

android android-layout android-fragments android-viewpager android-tablayout
How to make TabLayout take up full width of the screen?

My tabs on the TabLayout occupy the centre of the screen and are not filling the entire width even after …

android android-layout android-styles android-tablayout
Inflating AppBarLayout with Toolbar + TabLayout

I currently have a DrawerLayout in my main.xml. There's a Toolbar wrapped in an AppBarLayout, and then a simple …

android android-layout android-fragments android-toolbar android-tablayout
Programmatically hide / show android support design TabLayout inside AppBarLayout

I want to programmatically hide / show the TabLayout in my AppBarLayout. Simply setting visibility to VISIBLE and GONE is not …

android android-animation android-tablayout android-support-design android-appbarlayout
android center align the selected tab in tablayout

I am using android support design tablayout. Here's my code: <android.support.design.widget.TabLayout android:id="@+id/tabs" …

android-viewpager android-tabs android-tablayout center-align