我在线性布局中使用了9patch图像作为背景。图像没有任何边框。但当我用它作为背景图像并调试应用程序时,图像有一个白色边框。它为什么显示边界?当我将它用作按钮背景时,9patch图像没有任何问题。我无法理解究竟是什么问题。
我的布局:
<LinearLayout
xmlns:android="schemas.android.com/apk/res/android";
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/mehndibg"
android:orientation="vertical"
>
<Button
android:id="@+id/btnDesign"
android:layout_marginTop="220sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="180sp"
android:background="@drawable/btndesigns"
/>
<LinearLayout>
9patch图像是mehndibg。