mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
spinner: if primary color is white, use grey
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
1343ba08e2
commit
9d2b80da1a
1 changed files with 2 additions and 2 deletions
|
@ -424,8 +424,8 @@ public class ExtendedListFragment extends Fragment implements
|
|||
mEmptyListHeadline = view.findViewById(R.id.empty_list_view_headline);
|
||||
mEmptyListIcon = view.findViewById(R.id.empty_list_icon);
|
||||
mEmptyListProgress = view.findViewById(R.id.empty_list_progress);
|
||||
mEmptyListProgress.getIndeterminateDrawable().setColorFilter(ThemeUtils.primaryColor(getContext()),
|
||||
PorterDuff.Mode.SRC_IN);
|
||||
mEmptyListProgress.getIndeterminateDrawable().setColorFilter(ThemeUtils.primaryColor(getContext(), true),
|
||||
PorterDuff.Mode.SRC_IN);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue