9补丁无法正常工作我做错了什么?

时间:2015-04-15 07:48:55

标签: android nine-patch

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

这是我的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
enter image description here

result on android device
enter image description here

1 个答案:

答案 0 :(得分:0)

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

相关问题