[ScrollBar1.xml]

<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content">

    <LinearLayout
        android:orientation="vertical"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content">

        <TextView
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:text="@string/scrollbar_1_text"/>
.
.
.
.        <TextView
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:text="@string/scrollbar_1_text"/>
    </LinearLayout>
</ScrollView>

'old > API_Demo' 카테고리의 다른 글

Views_ScrollBars_Fancy  (0) 2010.05.06
Views_ScrollBars_Fancy  (0) 2010.05.06
Views_RatingBar  (0) 2010.05.06
Views_RadioGroup  (0) 2010.05.06
Views_ProgressBar_Dialogs  (0) 2010.05.06
Posted by jazzlife
,