You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
try to create double layer tabs. Each tab of the first layer should contain new tabs.
Started with the icon/text example and create the first tab layer in Activtiy like in the example.
In the first Fragment .inflate() a new layout in onCreate(), same as the acitvity_demo but without the toolbar and
Without the second tab layer it works great, but with the second one the ListView doesn´t appear,
What i am doing wrong? Or is it impossible with multilayer tabs?
Thanks, cheers
The text was updated successfully, but these errors were encountered:
Hello
try to create double layer tabs. Each tab of the first layer should contain new tabs.
Started with the icon/text example and create the first tab layer in Activtiy like in the example.
In the first Fragment .inflate() a new layout in onCreate(), same as the acitvity_demo but without the toolbar and
In the first Fragment set the ViewPager like in the example but to my nested layout
Finally i want to create a ListView
Without the second tab layer it works great, but with the second one the ListView doesn´t appear,
What i am doing wrong? Or is it impossible with multilayer tabs?
Thanks, cheers
The text was updated successfully, but these errors were encountered: