重写PageAdapter的方法:
public float getPageWidth(int position) { if (position == 0 || position == 2) { return 0.8f; } return 1f; }
按比例显示图片
时间: 2024-12-22 03:22:22
重写PageAdapter的方法:
public float getPageWidth(int position) { if (position == 0 || position == 2) { return 0.8f; } return 1f; }
按比例显示图片