Fixed and always visible footer below ListFragment

后端 未结 1 680
半阙折子戏
半阙折子戏 2021-01-01 20:00

I\'m trying attach a footer, that is fixed and always visible, to the bottom of a ListFragment.

I\'m currently doing it like this:

@Override public v         


        
1条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-01 20:33

    You can do that in the xml layout:

    
    
        

    This layout will be used in the onCreateView method of the fragment.

    0 讨论(0)
提交回复
热议问题