bboks.net™

실행시간에 TextView 스타일 변경 본문

Mobile Programming/Android

실행시간에 TextView 스타일 변경

bboks.net 2014. 5. 8. 17:17

style.xml




    

    


android:typeface를 지정해주지 않으면 시스템 기본 폰트를 따라감


코드

myTextView.setTextAppearance(getApplicationContext(), R.style.boldText);



[출처] How to change a TextView's style at runtime