2011年10月15日星期六

設定列表視圖(ListView)的背景顏色

在佈局文件的 XML 中, 可通過列表視圖(ListView)的 android:background 和 android:cacheColorHint 以設定列表視圖的背景顏色.

設定列表視圖(ListView)的背景顏色

<ListView
android:id="@+id/list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="#FF500000"
android:cacheColorHint="#00000000" />



相關文章:
- 指定 Drawable 設定為列表視圖(ListView)的背景



沒有留言:

發佈留言