반응형
== 본문 ==
글자를 좌우로 늘리고 싶을 때. 즉 stretch 하고 싶을 때.
android:textScaleX="2" 로 하면 된다.
소수점도 되는 듯 하다. 1.5 로 넣어도 된다.
출처는 구글 검색 'android textview stretch'
자바 구문에서는
textView.setTextScaleX((float)1.5);
참고로 이것은 글자 자체를 늘리는 것이고, 자간을 넓히는 것은 아니다. 자간을 넓히는 방식은 좀 복잡한 듯해서 다음에 기회가 되면 정리해봐야겠다.
== 참조 링크 ==
https://stackoverflow.com/questions/6962654/android-stretch-text-so-that-the-letters-fill-the-device-screen
반응형
'개발 > Android' 카테고리의 다른 글
[Android] (error) buildtypes cannot be applied to groovy.lang.closure (0) | 2016.06.17 |
---|---|
[안드로이드 Android] (error) execution failed for task ':app:processDebugResources' (0) | 2016.06.13 |
[Android Studio] vmoptions 위치 (0) | 2016.05.13 |
[Android] E/ViewRootImpl: sendUserActionEvent() mView == null (0) | 2016.05.01 |
[Android] Fragment 에서 getActivity() (0) | 2016.04.27 |
[Android] apache.http.client (0) | 2016.04.13 |
[Android] getCacheDir, getFilesDir, getExternalCacheDir (0) | 2016.04.10 |
[Android] assetmanager 와 sqliteopenhelper 에 대한 이야기. (0) | 2016.04.10 |