Comment to 'Android App Set NavigationBarColor'
  • Hi Alex T⚜️ I am wondering why you are avoiding replying about changing the "android:navigationBarColor" dynamically?  (It's the bar on the very bottom on ANDROID. phones)

    It can be done MANUALLY inside styles.xml, a manual setting means you are stuck with the color in Dark Mode which is not ideal 

    <item name="android:navigationBarColor">@color/theme_color</item>