2011年10月15日星期六

指定 Drawable 設定為列表視圖(ListView)的背景

指定 Drawable 設定為列表視圖(ListView)的背景
<ListView
android:id="@+id/list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="@drawable/icon"
android:cacheColorHint="#00000000" />


相關文章:
- 設定列表視圖(ListView)的背景顏色

沒有留言:

發佈留言