Reputation: 894
The problem is I am not getting the SwipeRefreshLayout with the circled refresh instead I am seeing horizontal lines refresh on the top of the image. When I am running the same project in studio it is showing circled refresh but in eclipse it is showing changing horizontal lines when i pull down the list. https://www.dropbox.com/s/bgb2c12vgjo8cv0/Screenshot_2015-04-13-22-50-22.png?dl=0 -- this is what I don't want https://www.dropbox.com/s/3uty87jz4f1sl38/Screenshot_2015-04-13-22-53-32.png?dl=0 -- I want to see the refresh like this
Upvotes: 0
Views: 92
Reputation: 9070
If you use stock support v4 library (SwipeRefreshLayout is only available in support v4) then you need to update the version to current one.
Upvotes: 1