I have in my styles
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="MYTheme" parent="...">
        <item name="android:navigationBarColor">@color/navigationBarColor</item>
    </style>
</resources>
I know I can change the color of the navigation bar with
getWindow().setNavigationBarColor(...);
I want change the color with an animation, a transition between the current color and the new color
 
     
     
    