2017-01-06 11 views
1

채팅 버블을 만들려고합니다. 그래서 저는 9 개의 패치 이미지를 만들려고했으나 자동으로 늘어나지 않았습니다. 그래서 여기 내 9 패치 이미지, 여기9 패치 이미지에 몇 가지 문제가 있습니다.

Google Drive Link

되고,

채팅 거품의 내 XML 파일 ..

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" 
    xmlns:tools="http://schemas.android.com/tools" 
    android:layout_width="wrap_content" 
    android:layout_height="wrap_content" 
    android:background="@drawable/bubblee" 
    > 


     <TextView 
      android:id="@+id/txt_msg" 
      android:layout_width="wrap_content" 
      android:layout_height="wrap_content" 
      android:maxWidth="300dp" 
      android:padding="5dp" 
      android:textColor="#000000" 
      tools:text="lol" /> 



</RelativeLayout> 

는 현재 채팅 거품의 모습입니다

Chat bubble image

나는 9 PA 기본적으로이 것 때문에 3

답변

0

당신은 당신의 이미지를 이미 폭을 많이 유지 : 문제가 9 패치 이미지로 그래서 내가 어떤 실수 :(

가 감사를 만든 경우 TCH 이미지는 전에 말해 그 정도의 폭을 가져라.

너비가 작은 이미지를 만든 다음 작동하는지 확인하십시오.

+0

9 패치에는 아무런 문제가 없습니까? – Droid

+0

예 문제가 없지만 텍스트 길이에 따라 자동으로 늘어나는 너비를 줄입니다. –

+0

Ohk 나는 시도 할 것이다. 고맙습니다 – Droid