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 ?
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
Post a Comment