9patch图片

时间:2017-01-06 16:46:35

标签: android android-layout nine-patch

我正在尝试制作聊天泡泡。所以我试图制作一个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补丁图片,所以问题出在9补丁图片上,告诉我是否犯了错误:(

谢谢:3

1 个答案:

答案 0 :(得分:0)

您的图像宽度已经很多,所以默认情况下它会占用很大的宽度。

尝试从宽度制作小图像,然后检查它是否有效