更新android studio后,我的ImageView周围出现了奇怪的边框。 drawables是九个补丁图像。他们在以前的gradle构建中并不存在。我也在API 17设备上测试它。
这是第一个箭头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">
答案 0 :(得分:0)
我发现了一种解决方法,但仍不确定更新后发生的原因。我从使用9补丁图像切换到常规drawables。现在问题解决了。可能是因为一些不好的补丁。