0

我们想在选择器中使用 png-images 作为背景:

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_focused="true" android:drawable="@drawable/inputfield_text_bg_active" />
    <item android:drawable="@drawable/inputfield_text_bg" />
</selector>

其中 inputfield_text_bg_active 和 inputfield_text_bg 是我们的 png-images

还有拉伸的问题,看起来不太好。

有没有办法在不将它们转换为 9-patch-png 的情况下使用这些 png?

4

2 回答 2

0

你可以尝试这样的事情:

选项卡小部件中的背景忽略缩放

无论视图大小如何,基本上都会限制缩放。

于 2011-08-08T10:34:33.970 回答
-1

我认为这个链接对你有帮助

http://developer.android.com/guide/developing/tools/draw9patch.html

http://www.android10.org/index.php/articlesother/279-draw-9-patch-tutorial

于 2011-08-08T10:31:14.960 回答