Android - How can I locate the tab indicator between the two tab TextViews? -


as far know, there components viewpager , actionbar can support "tab navigation" mode don't have intermediate tab indicator between tabs, positioning below tab textview.

how google play app implemented feature: positioning linked transition ?

enter image description here

you can achieve implementing android:actionbartabstyle using actionbarsherlock library.

update:

i don't have idea this, hope know android team has integrated same pattern in i/o 2013 android app , open sourced soon.

update 2:

i came across 1 library can fulfill requirement, check this: https://github.com/astuetz/pagerslidingtabstrip


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -