79716746

Date: 2025-07-27 22:56:25
Score: 0.5
Natty:
Report link

Adding the below line in your themes.xml, will do the job:

<style name="Theme.YourAppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- change the color code as per your need -->
<item name="colorPrimaryDark">#000</item>
<!-- rest of your style statements -->
</style>

Hope, it will help.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gouranga Das