кто-нибудь, работает ли scrollview только на Linearlayout, потому что я пробовал абсолютное расположение, но есть проблема с прокруткой
заранее спасибо
попробуйте этот код, это полезно
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="wrap_content" android:layout_width="fill_parent"> <LinearLayout android:orientation="vertical" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@+id/LinearLayoutHelp" android:background="@android:color/white"> <------pasted in views---------> </LinearLayout> </ScrollView>