첨부한 이미지를 보아주세요.. 왼쪽은 카카오톡이고 오른쪽은 예전버전의 틱톡입니다.

제가 만든 어플에서도 예전버전의 틱톡과 같은 문제가 발생하는데요..

나인패치를 이용한 늘어나는 이미지들은 죄다 외곽선이 흐릿하게 나옵니다.

dip로 출력되어야하는데 픽셀 그대로 폰에서 보이는 느낌입니다..

아래는 제가 썼던 소스인데.. 어떤 문제가 있을까요? 답변 부탁드립니다!

 

상대방 채팅
<TextView
android:layout_weight="1"
android:id="@+id/TV_ItemYourChat_Message"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/font_black"
android:textSize="14dp"
android:background="@drawable/chatbox_you"
android:text="ss"></TextView>

내 채팅
<TextView
android:layout_height="wrap_content"
android:gravity="left"
android:textColor="@color/font_black"
android:textSize="14dp"
android:background="@drawable/chatbox_i"
android:layout_width="wrap_content"
android:id="@+id/TV_ItemMyChat_Message"></TextView>