Hello,
I'm running into is that the display alert and calendar buttons are invisible when compiled for Android. They're still there. I can click on them. I just can't see them.
Please open your Platforms
folder->Android
folder->Resources
->values
->color.xml
.
Change the value of <color name="colorPrimary">#FFFFFF</color>
, you can set the value from #FFFFFF
to #FF0000
. If it does not work, please share your code in styles.xml
.
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.