Linearlayout のスクロールについてはすでに多くのことを読みましたが、まだ何も役に立ちませんでした。単に ScrollView に入れることができると書かれていますが、それを行うたびに、起動しようとするとアプリがクラッシュします。それはxmlの私のソースコードです:
<?xml version="1.0" encoding="utf-8"?>
<Scrollview xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/scrollout"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<LinearLayout
android:id="@+id/lout"
android:orientation="vertical"
android:background="@drawable/bg"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="5dp" >
</LinearLayout>
</Scrollview>
アプリがクラス ScrollView の拡張に失敗したというエラーが常に表示されます。それが正確に何を意味するのかを知っていれば、私は自分で問題を解決できるかもしれません.