Adding Descriptive Text for SwipeRefreshLayout

Fortunately, the Android team has added SwipeRefreshLayout to its support library. This is a cool feature, but I would like to add “descriptive text” to this widget that appears when the user moves down the list and the update process is not yet running.

Something like that:

enter image description here

Is there anything ready for this special widget? Or do I need to do all this myself?

+4
source share

Source: https://habr.com/ru/post/1544458/


All Articles