have several instances of ViewPager on one Activity?
Yeah why not <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <android.support.v4.view.ViewPager android:id="@+id/latestProductSwipeCard" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1"/> <android.support.v4.view.ViewPager android:id="@+id/popularProductSwipeCard" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" /> </LinearLayout>
Обсуждают сегодня