在我的佈局中,我需要一個像盒子類型的自定義列表視圖。Android自定義列表視圖?
該怎麼辦?
我的XML:
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="317dp"
android:gravity="top"
android:orientation="vertical"
android:background="@android:color/transparent"
>
<ListView android:id="@+id/slistview"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:divider="#2867EA"
android:dividerHeight="1dp"
android:cacheColorHint="#00000000"
>
</ListView>
</LinearLayout>
有一個自定義適配器膨脹的每一行的自定義佈局和適配器設置爲列表視圖。 http://www.androidhive.info/2012/02/android-custom-listview-with-image-and-text/ – Raghunandan
使用像這樣的自定義適配器http://abhiandroidinfo.blogspot.in/2013/05/customised- listview-with-images.html – abhi
box type?你可以插入任何圖片樣本? – deadfish