I am trying to change the color of the button bar on the screen:

I managed to change the color of the status bar through Android Manifest as follows:
android:theme="@style/Theme.WebViewApp.Gray"
However, I cannot figure out how to change this purple color.
source
share