set location for progressbar in swipe refresh layout android

Trần Văn Hòa picture Trần Văn Hòa · Nov 19, 2015 · Viewed 8.7k times · Source

I used Swipe refresh layout in my app. It worked but I want set location for progress bar in swipe layout margin top 100 px. I don't want use default location of it. How I do? thank you

Answer

Eric B. picture Eric B. · Nov 19, 2015

You could set the offset from top using this setProgressViewOffset (boolean scale, int start, int end)

You can read about it here.