ybq / Android-SpinKit

Android loading animations
https://ybq.github.io/Android-SpinKit
MIT License
8.62k stars 1.31k forks source link

Suggestion #63

Open NOS-AE opened 5 years ago

NOS-AE commented 5 years ago

@Override public void onPageSelected(int position) { getWindow().getDecorView().setBackgroundColor(colors[position % colors.length]); } in DetialActivity of the sample can be omitted, because you've got the ArgbEvaluator working fine:). If not doing so, this line will take effect immediately after tapping up, which causes an unfriendly flash...You know.