We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9c1309 commit 685e0aeCopy full SHA for 685e0ae
1 file changed
src/Codebreaker.MAUI/Platforms/Android/Resources/values/colors.xml
@@ -1,6 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
- <color name="colorPrimary">#512BD4</color>
+ <!--Colors could be configured here:-->
4
+ <!--<color name="colorPrimary">#512BD4</color>
5
<color name="colorPrimaryDark">#2B0B98</color>
- <color name="colorAccent">#2B0B98</color>
6
+ <color name="colorAccent">#2B0B98</color>-->
7
</resources>
0 commit comments