何度も失礼します
AndroidのLinearLayoutを上下左右にスクロールするためにHorizontalScrollView内にScrollViewを入れてScrollViewにLinearLayoutを入れてみたのですが上下左右にスクロールできません
なぜか縦にしかスクロールできません
新しくListenerの設定が必要なのかよくわからないので質問させていただきます
xml
1<LinearLayout 2 android:orientation="vertical" 3 android:layout_width="match_parent" 4 android:layout_height="match_parent"> 5 6 <HorizontalScrollView 7 android:layout_height="660dp" 8 android:layout_width="match_parent" 9 android:id="@+id/scrollViewB" > 10 11 <ScrollView android:layout_height="match_parent" 12 android:layout_width="wrap_content" 13 android:fillViewport="true" 14 android:id="@+id/scrollViewC"> 15 16 <LinearLayout 17 android:id="@+id/DayView" 18 android:layout_width="1280dp" 19 android:layout_height="wrap_content" 20 android:orientation="vertical" 21 android:background="@color/WHITE_GRAY" /> 22 </ScrollView> 23 </HorizontalScrollView>
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。