The key, of course, is to override getPageWidth() in your PagerAdapter : @Override public float getPageWidth(int position) { return(0.5f); }.
確定! 回上一頁