mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 09:39:25 +03:00
fixed arrow coloring on the pull to refresh on the file list
This commit is contained in:
parent
1c7de5c7a5
commit
414f43f326
1 changed files with 3 additions and 3 deletions
|
@ -338,9 +338,9 @@ public class ExtendedListFragment extends Fragment
|
|||
}
|
||||
|
||||
private void onCreateSwipeToRefresh(SwipeRefreshLayout refreshLayout) {
|
||||
// Colors in animations: background
|
||||
refreshLayout.setColorScheme(R.color.background_color, R.color.background_color,
|
||||
R.color.background_color, R.color.background_color);
|
||||
// Colors in animations
|
||||
refreshLayout.setColorSchemeResources(R.color.color_accent, R.color.primary,
|
||||
R.color.primary_dark);
|
||||
|
||||
refreshLayout.setOnRefreshListener(this);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue