<ScrollView xmlns:android="http://schemas.android.com/apk/res/android";
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android";
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
(생략)
</LinearLayout>
</ScrollView>
이와 같이 사용하며 된다.
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android";
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
(생략)
</LinearLayout>
</ScrollView>
이와 같이 사용하며 된다.
'개발도구 > aOS - 안드로이드 개발' 카테고리의 다른 글
Android Google Map에 풍선을 달아 보자[펌] (0) | 2011.10.13 |
---|---|
[Android] 좌우로 슬라이딩 (0) | 2011.10.13 |
[안드로이드] 뒤에 배경 흐리게 만들기 - 투명검정 (1) | 2011.10.12 |
[안드로이드] uri mp3 player source (0) | 2011.10.11 |
[안드로이드] AlertDialog 후 어플 종료하기 (0) | 2011.09.29 |