为listview设置背景,并且不随拖动改变
<ListView android:id="@+id/list_view" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/shouye" android:cacheColorHint="#00000000"></ListView>
最后两个属性
2022-11-15 11:09:08
为listview设置背景,并且不随拖动改变
<ListView android:id="@+id/list_view" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@drawable/shouye" android:cacheColorHint="#00000000"></ListView>
最后两个属性