I know there is ObjectAnimator / ValueAnimator for Property Animation in Android, and also one can set the system-wide night mode with UiModeManager.setNightMode(int):
https://developer.android.com/reference/android/app/UiModeManager#setNightMode(int)
How could we make a color animation when switching from DayMode to NightMode? (Currently I'm using the latest Huawei phone and find no animation there, not sure if other Android phone has this feature?)