List activity with header, footer and empty all visible

前端 未结 8 1337
失恋的感觉
失恋的感觉 2021-01-08 00:36

I would like to have the listview in a ListActivity be displayed with the header and footer visible all the time even if the list data is empty.

An empty list causes

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-08 01:01

    Make your empty view include your header.

    i.e.

     
     
           // Add whatever you want here including your header
     
    

提交回复
热议问题