스크롤뷰 사용법
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/txtLyrics"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:text="TextView"
android:textSize="28sp" />
</LinearLayout>
</ScrollView>
'Back End > Android(' 카테고리의 다른 글
Android/ 간단한 데이터저장 SharedPreferences (0) | 2022.07.14 |
---|---|
Adroid/ 액티비티(Activity) 간의 양방향 데이터 전달방법 Intent (0) | 2022.07.13 |
Android/ 안드로이드 스튜디오 로그(Log) 남기는 방법 (0) | 2022.07.07 |
Android/ 안드로이드 스튜디오 앱의 액션바(Action Bar)를 없애는 방법 (0) | 2022.07.07 |
Android/ 안드로이드 스튜디오 앱 이름 바꾸는 방법(App Rename) (0) | 2022.07.07 |
댓글