alibaba / UltraViewPager

UltraViewPager is an extension for ViewPager to provide multiple features in a single ViewPager.
MIT License
5k stars 678 forks source link

当ViewPager宽度不等于屏幕宽度时,出现各子页面互相覆盖的问题。 #112

Open FelixYanYongming opened 6 years ago

FelixYanYongming commented 6 years ago

代码中凡是出现如下screenWidth的地方都不正确,ViewPager的宽度不一定与屏幕宽度相等。 当ViewPager宽度不等于屏幕宽度时,出现各子页面互相覆盖的问题。 int screenWidth = getContext().getResources().getDisplayMetrics().widthPixels; 这里不应该使用屏幕宽度,而是应该使用ViewPager自身的宽度。