0
<Spinner 
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:background="@drawable/spinner"
    android:entries="@array/Nithin"/>

以上是我的 spinner.xml 代码,但我的背景图像不是 9 补丁图像,所以在使用wrap_content图像时显示模糊。

4

1 回答 1

0

要在 android 中创建 9patch 图像,您应该使用 draw9patch 工具,该工具在您的 SDK 目录/工具中可用。参考this,希望这会对你有所帮助。

于 2012-09-12T06:16:49.150 回答