user934820
user934820

Reputation: 1178

Impecation of WhatsApp like "Load Earlier Messages" layout in Listview

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?

WhatsApp

Upvotes: 0

Views: 1028

Answers (1)

CaseyB
CaseyB

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

Related Questions