Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 오픈소스라이선스
- ArrayMap
- RxJava Programming
- HashMap vs ArrayMap
- android network
- Dagger2란
- BlockingQueue Capacity
- RxJava 스터디
- gitignore
- Intent String 변환
- lufs
- mitmproxy
- gitignore작성법
- MediaDataSource
- print callstack
- convert Intent to string
- so파일 동적로딩
- corePoolSize
- Replaygain
- APK로딩
- 음량표준화
- Service관리
- callstack 출력
- APK 동적로딩
- enum performance
- android enum
- 네트워크 디버깅
- convert string to intent
- Service 팁
- java callstack
Archives
- Today
- Total
일상&개발 로그
TextView에 간편하게 Scroll 설정하는 방법 본문
예전에 TextView에 ScrollView를 덧씌워서 했었는데 이런 간편한 방법이...
layout.xml파일의 TextView 항목에
android:maxLines="라인 수" android:scrollbars="vertical"
그리고 onCreate에서
textView.setMovementMethod(new ScrollingMovementMethod());
하면 된다.
'개발 > 안드로이드 개발' 카테고리의 다른 글
AsyncTask 특징 (0) | 2017.04.24 |
---|---|
Intent를 String으로 변환하기 (0) | 2017.04.19 |
CallStack출력하기 (0) | 2017.02.08 |
so파일 동적로딩 시 arm-eabi관련해서 알아둘 것 (0) | 2017.02.08 |
Dagger2 리서치 & 예제 (0) | 2017.02.07 |
Comments