Tab layout not working with view pager

I think he want the tabs to appear down.
Any way never mind i think i’ve figured it out.
The tab layout select tab property count starts from 0 and not 1.So you need to subtract position - 1 .I’ve tested and it’s working :slightly_smiling_face:
Btw, view pager select tab property starts from 1 so you need to set it to the position directly and not adding 1 to it.
Btw, kodular should make it work starting from 1 and not 0 as i think :thinking:

3 Likes