Nominalista
Nominalista

Reputation: 4840

Hiding FragmentStatePagerAdapter and SlidingTabs

How to hide FragmentStatePagerAdapter, I mean I created sliding tabs with this adapter and I want to hide everything and create new Fragment in whole screen.

Upvotes: 0

Views: 127

Answers (1)

Have you tried to use ".setVisibility (View.GONE)"?

Documentation: http://developer.android.com/reference/android/view/View.html#setVisibility%28int%29

Upvotes: 2

Related Questions