Reputation: 1178
I want to make WhatsApp like "Load Earlier Messages" bar in Listview as shown in figure. I don't know what we say this kind of layout. If there is any tutorial available for that?
Upvotes: 0
Views: 1028
Reputation: 25058
My guess is that the chat window is a ListView
and they're just adding a header view that contains a button. You can just call addHeaderView()
on the list.
Upvotes: 1