9 路径未正确拉伸

9 path not stretch correctly

我知道还有很多关于此的其他问题,但我尝试了所有这些问题,但没有一个对我有用。 我想创建一个带有 9 个补丁背景的按钮。这是我的 9 补丁图像:

我在 android sdk 中使用 draw9patch.bat 创建了这个:

然后我使用这个 xml 来创建我的按钮 :

<Button
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:text="New Button"
  android:id="@+id/btnTest"
  android:background="@drawable/ic_btn2" />

但结果很奇怪:

出于测试目的,我下载了大约 9 个补丁并将它们替换为我的图像,但这些图像也有这个问题。我使用 android studio 2。是什么原因造成的?

确保文件名以 .9.png 结尾。