【发布时间】:2017-06-10 14:36:01
【问题描述】:
我有一个带有视图寻呼机的活动,用于与第一个片段中的四个片段一起滑动我还有一个用于横幅的视图寻呼机,并且它变得动态 来自 api 的图像但是当我要去横幅图像的最后一页并且当向右滑动它进入下一个 fagment 时,我想从图像的最后一页制作横幅图像 enter image description here 在片段幻灯片视图寻呼机的活动中
<android.support.v4.view.ViewPager
android:id="@+id/vpPager"
android:layout_width="match_parent"
android:layout_height="match_parent">
在使用 viewPager 的横幅图像片段中
<android.support.v4.view.ViewPager
android:id="@+id/bannerPager"
android:layout_width="match_parent"
android:layout_height="200dp" />
我也附上了截图,我想从最后一张横幅图片转到第一张横幅图片,请帮帮我
【问题讨论】: