Top "Android-tablayout" questions

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

TabLayout without using ViewPager

I want to implement a TabLayout because it is simple but all the tutorials I have found involve a ViewPager. …

android xml onclick android-tablayout
TabLayout tabs text not displaying

I am using TabLayout inside a Fragment to display three fixed tabs and the tabs are working but it doesn't …

android android-layout android-tablayout
Android Tablayout tabs with notification badge like whatsApp

I want to implement notification badge with android.support.design.widget.TabLayout. I had tried my best effort to implement …

android badge android-tablayout
Can a custom view be used as a TabItem?

The TabLayout class in android provides you with a TabItem that can let you specify a text and a icon. …

android android-layout android-tablayout
Hiding/Showing the toolbar when fragment in the tabs is scrolled

I added the new Toolbar, Tablayout and Viewpager in my android app. I provided Fragments for my 3 Tabs and its …

android android-fragments webview toolbar android-tablayout
Tab change listener android

My HomeActivity extends AppCompatActivity that uses 2 tabs. public class HomeActivity extends AppCompatActivity { private SectionsPagerAdapter mSectionsPagerAdapter; private TabLayout tabLayout; ... @Override protected …

android android-fragments android-tablayout
How is TabItem used when placed in the layout XML?

The TabLayout documentation gives an example of nesting TabItem directly inside TabLayout like so: <android.support.design.widget.TabLayout …

android android-layout android-tabs android-tablayout
Using TabLayout inside a Fragment; tab text invisible

I'm currently experimenting with various new components in the new Android Support Design library. I've implemented a NavigationView in my …

android android-fragments android-tablayout android-support-design
Android Studio cannot resolve symbol 'TabLayout'

Cannot resolve symbol TabLayout ? How to clear this error? Please help me. I already imported import android.support.design.widget.…

android android-fragments android-studio importerror android-tablayout