以下是我的XML,我的PagerTitleStrip嵌入到ViewPager中:这是我自定义的PagerAdapter类。publicclassCustomPagerAdapterextendsPagerAdapter{privateint[]image_resources={R.drawable.1,R.drawable.2,R.drawable.3};privateContextctx;privateLayoutInflaterlayoutInflater;publicCustomPagerAdapter(Contextctx){this.ctx=ctx;}@Overridepub