spinner: if primary color is white, use grey

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2020-01-08 10:21:30 +01:00
parent 1343ba08e2
commit 9d2b80da1a
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -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);
}
/**