I know that you can change the status bar color in Android's themes.xml file with the following line:
<item name="android:statusBarColor" tools:targetApi="l">@color/teal_200</item>
That being said, if I want to customize the color (ie. make it a hex value), how can I do this?