为什么这个奇怪的边框围绕ImageView

时间:2016-05-27 12:53:57

标签: android imageview

更新android studio后,我的ImageView周围出现了奇怪的边框。 drawables是九个补丁图像。他们在以前的gradle构建中并不存在。我也在API 17设备上测试它。

Normal ImageView

Also getting it around some map markers

这是第一个箭头ImageView

的布局段
<ImageView
    android:id="@+id/splash_imgarrow"
    android:layout_height="20dp"
    android:layout_width="20dp"
    android:src="@drawable/slide_next"
    android:layout_toRightOf="@id/splash_img"
    android:layout_below="@id/splash_img"
    android:layout_marginTop="50dp"
    android:layout_marginLeft="0dp"
    android:layout_centerInParent="true">

1 个答案:

答案 0 :(得分:0)

我发现了一种解决方法,但仍不确定更新后发生的原因。我从使用9补丁图像切换到常规drawables。现在问题解决了。可能是因为一些不好的补丁。