0
アンドロイドスタジオを更新した後、ImageViewの周囲に奇妙な境界線が表示されています。 drawableは9つのパッチ画像です。そして、彼らは以前のgradleビルドにはなかった。また、これをAPI 17デバイスでテストしています。ここで ImageViewの周囲にこの奇妙な境界線がある理由
は、まあ、私は回避策が見つかりましたが、それは更新後になぜ起こったか、まだわからない最初の矢印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">
[この9-pngの問題は何ですか、黒い枠線を表示していますか?](http://stackoverflow.com/questions/17336747/whats-the-issue-with-this-9-png-showing-黒い罫線) – Cliff