mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-01 01:06:11 +00:00
Set swipe refresh color scheme
This commit is contained in:
parent
4e2a725831
commit
1b0b2482c2
1 changed files with 2 additions and 1 deletions
|
@ -665,7 +665,8 @@ public class FragmentMessages extends FragmentBase
|
|||
|
||||
// Wire controls
|
||||
|
||||
swipeRefresh.setColorSchemeColors(Color.WHITE, Color.WHITE, Color.WHITE);
|
||||
int c = Helper.resolveColor(getContext(), R.attr.colorInfoForeground);
|
||||
swipeRefresh.setColorSchemeColors(c, c, c);
|
||||
swipeRefresh.setProgressBackgroundColorSchemeColor(colorPrimary);
|
||||
|
||||
swipeRefresh.setOnRefreshListener(new SwipeRefreshLayout.OnRefreshListener() {
|
||||
|
|
Loading…
Reference in a new issue