๋ฐ๋ผ์ "์ง์ ๋ผ์ด๋ธ๋ฌ๋ฆฌ 26.0์ Android 8.0(API ์์ค 26) ์ด์ ์ Android ๋ฒ์ ์ ์คํํ๋ ๊ธฐ๊ธฐ"๊ฐ ์๋ ๊ธฐ๊ธฐ์์๋ ๋ฐ๋ก AutoSize๋ฅผ ๊ตฌํํด์ผ ํ๋ค.
์๋๋ค๋ ํ์ ์ด ๋ ๋ ๊น์ง ์ฝ์ง ์์ฒญํ๋ค ๐
float density = getResources().getDisplayMetrics().density;
float autoTextSize = (float) control_width / density / textMaxLength;
์ด์ ์ autoTextSize๋ฅผ TextView์ ์ ์ฉ์ํค๋ฉด
View ์ฌ์ด์ฆ์ Text ํฌ๊ธฐ๋ฅผ ๊ฝ์ฑ์์ ๋ณด์ฌ์ฃผ๊ฒ ๋๋ค.