Set the color of the app status bar to match the app background color in ODK-X Services.

Example of the default status bar color (left) and status bar color changed to match the app background (right)
Why this needs to be improved:
- the menu bar in the application looks crowded by the default grey status bar
Guidance for this issue:
- Change settings in styles.xml or theme.xml
- Light mode:
<item name="android:navigationBarColor" tools:targetApi="21">@color/white</item>
- For dark mode see design guidelines below
Guidelines:
This issue is referenced on slide 12 of the ODK-X Design Guidelines
Outreachy
This issue can be used for an Outreachy application for the project Custom UI components for ODK-X mobile apps
This issue is for the Technical stream of the project.
Please request to be assigned to the issue so we can track the number of peopling doing this exercise. Multiple people can work on this issue simultaneously.
You do not need to be assigned to this issue to work on it for an Outreachy application
Set the color of the app status bar to match the app background color in ODK-X Services.
Example of the default status bar color (left) and status bar color changed to match the app background (right)
Why this needs to be improved:
Guidance for this issue:
<item name="android:navigationBarColor" tools:targetApi="21">@color/white</item>Guidelines:
This issue is referenced on slide 12 of the ODK-X Design Guidelines
Outreachy
This issue can be used for an Outreachy application for the project Custom UI components for ODK-X mobile apps
This issue is for the Technical stream of the project.
Please request to be assigned to the issue so we can track the number of peopling doing this exercise. Multiple people can work on this issue simultaneously.
You do not need to be assigned to this issue to work on it for an Outreachy application