With the last r21, you can change the hue of the arrow by passing one color to one of the following methods:
swipeRefreshLayout.setColorSchemeColors(Color.RED);
or
swipeRefreshLayout.setColorSchemeResources(android.R.color.holo_red_dark);
Tested and works on Android 5.0.2, should also work with any other version from v4. Have a nice day!
araks source share