Reputation: 9691
Does anyone know what is the widget used ? I know there's an ActionBar tab, but this doesn't look like a tab view either from the examples I've seen.
Upvotes: 2
Views: 77
Reputation: 3134
It is viewpager. Here is the link - http://developer.android.com/reference/android/support/v4/view/ViewPager.html
Upvotes: 1