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 |
Tags
- Maven
- javascript
- Java
- 컬럼명
- Bootstrap
- MANTIS
- STS
- SpringSource Tool Suite
- 이클립스
- Web Service
- decompiler
- 자바
- Android
- html
- WebView
- MSsql
- 안드로이드
- 자바스크립트
- Apache Lucene
- asp.net
- MS-SQL
- scrollView
- Eclipse
- Redirect
- TextBox
- jsp
- C#
- varags
- 웹 서비스
- 웹뷰
Archives
- Today
- Total
bboks.net™
실행시간에 TextView 스타일 변경 본문
style.xml
android:typeface를 지정해주지 않으면 시스템 기본 폰트를 따라감
코드
myTextView.setTextAppearance(getApplicationContext(), R.style.boldText);