Android列表项背景图片未拉伸

时间:2011-06-08 21:46:38

标签: android listview background

我有一个textview,我正在使用ListView的每一行。它的XML看起来像:

<?xml version="1.0" encoding="utf-8"?>
<TextView android:id="@+id/celltitle"
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:text="Filler Text" android:layout_height="wrap_content"
    android:background="@drawable/cell_bg" android:gravity="center_vertical"
    android:paddingLeft="10dp" android:textSize="18dp" android:textColor="#FFFFFF"
    android:layout_width="fill_parent" />

其中cell_bg是我创建的.9.png。在所有图形布局中,图像似乎正确拉伸。但是在实际的ListView中它显示了.9.png的宽度或字体的大小。如何使背景图像拉伸整个宽度。

1 个答案:

答案 0 :(得分:0)

简单的解决方案,我的listview没有设置为fill_parent的宽度。它与listitem无关。