我正在尝试制作聊天泡泡。所以我试图制作一个9补丁图像,但它没有得到自动拉伸。 所以这是我的9补丁图片,
这是聊天泡泡的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>
这就是当前聊天泡泡的外观,
我想我之前从未做过任何9补丁图片,所以问题出在9补丁图片上,告诉我是否犯了错误:(
谢谢:3
答案 0 :(得分:0)
您的图像宽度已经很多,所以默认情况下它会占用很大的宽度。
尝试从宽度制作小图像,然后检查它是否有效