Maintain the loading visibility on action bar instead of the pull refresh animation
[pub/Android/ownCloud.git] / src / com / owncloud / android / ui / fragment / ExtendedListFragment.java
index 8b54555..951e33a 100644 (file)
@@ -76,10 +76,6 @@ public class ExtendedListFragment extends SherlockFragment implements OnItemClic
         
         // Pull down refresh
         mRefreshLayout = (SwipeRefreshLayout) v.findViewById(R.id.swipe_refresh_files);
-        mRefreshLayout.setColorScheme(R.color.refresh_color_start,
-                R.color.refresh_color_middle_1, 
-                R.color.refresh_color_middle_2, 
-                R.color.refresh_color_end);
         mRefreshLayout.setOnRefreshListener(this);
         
         return v;