我有一個LinearLayout,我比屏幕大。我想橫向滾動。我有下一個代碼,但它不起作用。有誰能夠幫助我?如何水平滾動LinearLayout?
<HorizontalScrollView
android:id="@+id/horizontalScrollView1"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
<LinearLayout
android:id="@+id/gm_movimientos"
android:layout_width="wrap_content"
android:layout_height="50dp"
android:orientation="horizontal" >
</LinearLayout>
</HorizontalScrollView>
所有okey最新問題? – MAC
當線性佈局大於屏幕時,我嘗試水平滾動但沒有任何事情發生。 – kudo44
確保您檢查佈局上的包裝。 –