-1
我無法理解,爲什麼分隔符不會在每個項目後出現?它只顯示最後一個項目後!我真的不知道該怎麼做。每個項目後的列表視圖分隔符
我通過使用Jsoup解析一些信息。
我有什麼:
我的列表視圖
<ListView
android:id="@+id/listView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentEnd="true"
android:layout_alignParentTop="true"
android:touchscreenBlocksFocus="true" />