0

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

那是我的照片:

在此处输入图像描述

你可以看到小黑点。文件名为“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”。发生这种情况的原因可能是什么?

谢谢!

4

1 回答 1

1

我也发生过一次。

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

于 2012-10-18T04:49:46.430 回答