안드로이드 스튜디오 레이아웃 프리뷰에서 한글 깨짐 개선 방법
윈도우 기준 Android Studio\plugins\android\lib\layoutlib\data\fonts\fonts.xml 파일 열기 아래와 같이 내용 추가함 <family lang="ko"> <font weight="400" style="normal" index="1">NotoSansCJK-Regular.ttc</font> </family> <family lang="und-Zsye"> <font weight="400" style="normal">NotoColorEmoji.ttf</font> </family> <family lang="ko"> <font weight="400" style="normal" index="1">NanumGothic.ttf</font> </family>