Reputation: 1726
How do i implement these tabs, the same as in Google plus profile page?
I think I can't use ActionBar tabs as they are clinged to ActionBar. I want the tabs to be below an image like in this image. Also i want these tabs to be fixed. I want three tabs and all three tabs should be visible on screen - as the android fixed tabs plus swipe layout which uses Action Bar tabs though.
Upvotes: 5
Views: 2873
Reputation: 1123
i have been looking for something like that, but the closest solution i have found is this:
Google+ profile like scrolling Effect
Hope it helps.
Upvotes: 0
Reputation: 330
Have a look at Jake Wharton's excellent Android ViewPagerIndicator library.
This sample gives you what you are after.
Upvotes: 4