Highlight or underline selected TabPageIndicator
问题 I have a dualpane on a tablet-sized landscape layout and I'm using fragments. On the left I have a fragment with a listview. When a click occurs on one of the item list the right fragment loads the detail. In the layout of the right (detail) fragment there is a com.viewpagerindicator.TabPageIndicator and a android.support.v4.view.ViewPager. The ViewPager will load 2 elements and each one has its com.viewpagerindicator.TabPageIndicator . I'm trying to highlight or underline the selected tab