Untitled
<resources xmlns:tools="http://schemas.android.com/tools"> <!-- Base application theme. --> <style name="Base.Theme.ManagerStaff" parent="Theme.Material3.DayNight.NoActionBar"> <!-- Customize your light theme here. --> <!-- <item name="colorPrimary">@color/my_light_primary</item> --> </style> <style name="Theme.ManagerStaff" parent="Base.Theme.ManagerStaff" /> <style name="white"> <item name="colorAccent">#FFFFFF</item> <!-- Whatever color you want--> </style> </resources>