9路径未正确拉伸

时间:2016-04-30 16:48:38

标签: android nine-patch

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

enter image description here

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

enter image description here

我使用这个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" />

但结果很奇怪:

enter image description here

出于测试目的,我下载了大约9个补丁并用我的图像替换它们,但这些图像也存在这个问题。我使用android studio 2.是什么导致了这个问题?

1 个答案:

答案 0 :(得分:2)

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