textSize1 Android TextView Auto Size - ResizeView (2012.05.24) 안드로이드에선 TextView에 출력되는 글자의 사이즈가 할당된 영역에 맞게 자동으로 폰트가 늘어나거나 줄어드는 기능이 없다.그래서 LinearLayout을 Custom에서 ResizeView가 만들어졌다.ResizeView는 내부에 존재하는 TextView의 폰트 사이즈를 변경해준다. public class ResizeView extends LinearLayout { public ResizeView(Context context, AttributeSet attrs) { super(context, attrs); } public ResizeView(Context context) { super(context); } @Override protected void onLayout(boolean changed, in.. 스터디/Android+Java 2017. 10. 7. 이전 1 다음