Top "Android-tablayout" questions

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

Disable TabLayout

I'm using the new class provided by the design library : TabLayout. And I want in specific cases that the one …

android disabled-control android-tablayout
android.support.design.widget.TabLayout select Tab Programmatically

I am using android.support.design.widget.TabLayout. It has two tabs, If user selects second tab On particular condition …

android android-tablayout
Cannot remove Padding from Tabs when using Custom views with Tab Layout

I have added a Relative Layout in Custom View and have added this in Tab Layout. I am using a …

customization android-custom-view android-tablayout
error can not resolve symbol TabLayout and 'design

Please help: I got error when import android.support.design.widget.TabLayout It say "can not resolve symbol 'design' My …

android android-gradle-plugin android-support-library android-tablayout android-design-library
Tabs of TabLayout not showing

I have a main activity, which hosts a fragment, which in turn hosts a TabLayout (with a ViewPager). The tab …

android android-fragments android-viewpager android-tablayout
How to Change Text Color of tab Layout?

I have this code for change color of text of tab layout, but it does not work at all! app:…

android layout android-tablayout
How to set Tab width in Tab layout?

I'm trying to create a tab layout which has two tabs. When I run the app on small mobile the …

java android android-tablayout
Making TabLayout text bold

I'm using the TabLayout from the Android Design Support library and want to style its text (title). Specifically making it …

android android-tablayout
How to scroll tablayout programmatically - Android

I have created 30 scrollable tabs using tablayout. So first three tabs are visible on screen and rest of them are …

android android-tabs android-tablayout android-scrollable-tabs
FragmentManager is already executing transactions after using method setOffscreenPageLimit()

i have a navigation drawer with a number of fragments and one of them is a tablayout with two recyclerview …

android android-fragments android-viewpager android-tablayout