9patch图像上的黑点

时间:2012-08-13 14:04:35

标签: android nine-patch

我的应用程序显示9patch黑色标记。为什么会这样?

这是我的照片:

enter image description here

你可以看到小黑点。文件名是“filename.9.png”。 我正在使用android sdk附带的9patch程序。 那是我的代码:

<ScrollView
                    android:id="@+id/left_scroll"
                    android:layout_width="match_parent"
                    android:layout_height="match_parent" >

                    <RelativeLayout
                        android:layout_width="match_parent"
                        android:layout_height="wrap_content" >

                        <Button
                            android:id="@+id/pic_coupon_calender"
                            android:layout_width="match_parent"
                            android:layout_height="wrap_content"
                            android:layout_alignParentLeft="true"
                            android:layout_alignParentRight="true"
                            android:layout_alignParentTop="true"
                            android:background="@drawable/pic_coupon_news" />
                    </RelativeLayout>
                </ScrollView>

背景是“pic_coupons_news.9.png”。 这样的事情可能是什么原因?

谢谢!

1 个答案:

答案 0 :(得分:1)

也曾经和我发生过一次。

只需清理您的项目并重建。这应该可以解决这个缺陷。