아래의 옵션을 주지 않을 때 꽉 채워지지 않더라는...
android:fillViewport="true"
★ 코드
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/screen"
android:layout_width="match_parent" android:layout_height="fill_parent" android:fillViewport="true"
android:orientation="vertical">
<ListView
android:id="@+id/test_list"
android:persistentDrawingCache="animation|scrolling"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layoutAnimation="@anim/layout_bottom_to_top_slide" />
</ScrollView>
android:fillViewport="true"
★ 코드
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/screen"
android:layout_width="match_parent" android:layout_height="fill_parent" android:fillViewport="true"
android:orientation="vertical">
<ListView
android:id="@+id/test_list"
android:persistentDrawingCache="animation|scrolling"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layoutAnimation="@anim/layout_bottom_to_top_slide" />
</ScrollView>
덧글