HorizontalScrollView
ユーザーがスクロールして多数のを読むことができるというものがありTextViews
ます。これは の中に置かれますViewPager
。
したがって、ユーザーがオーバースクロールHorizontalScrollView
を表示する代わりに全体をスクロールする場合、ページ全体 ( 内ViewPager
) がスクロールを開始するようにします...
何か案が?
<HorizontalScrollView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:scrollbars="none"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:id="@+id/tagLine"
>
</LinearLayout>
</HorizontalScrollView>
LinearLayout は実行時に満たされますTextView
このレイアウトはFragment
、ViewPager