9 补丁不能正常工作我做错了什么?

9 patch not working correctly what i did wrong?

我搜索了很多,我真的很困惑。

这是我的 9 补丁文件,设备上的结果和我按钮的 XML。请告诉我它有什么问题

    <Button
    android:id="@+id/btnFlightInfo"
    android:layout_width="fill_parent"
    android:layout_height="110dp"
    android:background="@drawable/btntest1"
    android:layout_marginTop="10dp"
    android:layout_marginLeft="10dp"
    android:layout_marginRight="10dp"
    android:paddingRight="10dp"
    android:paddingTop="5dp"
    android:gravity="right|center_vertical"
    android:text="Flights"
    android:textColor="@color/white" 
    android:textStyle="bold"/>

nine patch file

result on android device

如果这个file是你项目中的图片,你应该用btntest1保存你的图片。9.png在android指定这是一个九补丁。