ListView 可以滑動的上下間距

要給LsitView設置padding,那個距離是不會跟着滑動上去的,需要設置一個屬性
android:clipToPadding=”false”

Set ListView’s clipToPadding attribute to false. This will enable padding around the ListView and scrolling to the end of the layout (and not only to the edge of the padding).

很神奇的效果,可以試試。

發佈了152 篇原創文章 · 獲贊 74 · 訪問量 71萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章