Android: Adding static header to the top of a ListActivity

前端 未结 5 813
别那么骄傲
别那么骄傲 2020-11-28 23:07

Currently I have a class that is extending the ListActivity class. I need to be able to add a few static buttons above the list that are always visible. I\'ve attempted to

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 23:25

    Here is the simpliest sollution:

    
    
     
       
       
    
    

    or

    
    
       

    instead of button you can add another horizontal linear layout

提交回复
热议问题