Hello,
Please open your Colors.xml
in Platforms/Android/Resources/values/
folder, then find the key called colorPrimary
, change another value like following code.
<resources>
<color name="colorPrimary">#FF2BD4</color>
...
</resources>
As note: .NET MAUI 7 is end of support on May 14, 2024, Please update .NET 7 to .NET 8
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.