<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent" >
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/autolink_test" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/dash" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:autoLink="all"
android:linksClickable="false"
android:text="@string/autolink_test" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/dash" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:autoLink="all"
android:linksClickable="true"
android:text="@string/autolink_test" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/dash" />
</LinearLayout>
</ScrollView>
'2020년도 이전 > temp' 카테고리의 다른 글
html5 - 4번 예제 (1) | 2013.08.30 |
---|---|
joinProcessServlet.java (0) | 2013.08.01 |
joinDAO.java (0) | 2013.08.01 |
join_confirm --- 수정중!! (0) | 2013.07.31 |
서블릿 -- LoginServlet.java (0) | 2013.07.31 |