1

I want 4 tabs in my app but I don't want to show default tabs. I want to have something like dragging tabs. When I click on first tab and does not pick my finger up and drags to next tab and so on.

enter image description here

The tab bar like this above. When I press on one tab I can move to another tab as well by this moving of finger.

halfer
  • 19,824
  • 17
  • 99
  • 186
vivek_Android
  • 1,697
  • 4
  • 26
  • 43

1 Answers1

0

i Want to have something like dragging tabs

What if the component which will do what you need, is not named "tab" in API?

It is a little bit more work, but you can use your imagination an implement a custom components which parent it is a...Image Gallery? - that component which shows an animated thumbnail of images when you scroll.

Or put in a scroll ScrollView a LinearLayout and a few image buttons...?

Some custom tabs here: Custom tabs in android

Community
  • 1
  • 1