与nexus 5的9补丁问题

时间:2015-04-29 01:17:24

标签: android nine-patch nexus-5

我有一个9补丁图片,这里是 9 patch image

现在,我将它用作像这样的相对布局的背景图像

<RelativeLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="@drawable/ae_bubble">

    <TextView
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:padding="8dp"
        android:text="How satisfied are you in terms of Aeroman performance regarding: TAT, quality of the work performed and aircraft appearance?"/>

</RelativeLayout>

这给了我安卓工作室预览的下一个结果,使用nexus 5预览,在中心完美

android studio preview

但是当我在nexus 5模拟器中运行时,箭头的尖端不居中,对于真正的nexus 5设备也是如此

enter image description here

我在其他设备上试过这个,比如一个moto g模拟器和真正的moto g设备,并且尖端在中心是完美的,在影响仅仅是nexus 5的图像气泡上可能出错了,也很奇怪android studio上的nexus 5预览版中心,我该怎么办?,感谢您的帮助

FIX 这是有效的最终图像

enter image description here

1 个答案:

答案 0 :(得分:1)

刚刚检查过您的图片,您应该更改两个点的位置。现在,它们与底线的最后一个像素处于相同的位置。尝试将每个像素移动一个像素。