Nexus 5 的 9 补丁问题

9 patch issue with nexus 5

我有一个 9 补丁图像,在这里

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

<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>

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

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

我已经在另一个设备上试过了,比如 moto g 模拟器和真正的 moto g 设备,尖端在中心是完美的,只影响 nexus 5 的图像气泡有什么问题?,也是很奇怪 android studio 上的 nexus 5 预览居中,我该怎么办?感谢您的帮助

修复 这是最终有效的图像

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