How to customize PagerTitleStrip android
问题 I must customize a PagerTitleStrip in ViewPager in this way: I have to create circles with numbers corresponding to the inside pages, the circle in the middle has to be bigger. Anyone have any suggestions? 回答1: You can use Following code to create custom View Pager Indicator for your View Pager public class SimpleViewPagerIndicator extends LinearLayout implements OnPageChangeListener { private static final String TAG = SimpleViewPagerIndicator.class .getSimpleName(); private Context context;