Hello, is there a way to set the textcolor of a mapp-view button, i want to change the color of the text depending a certain value
fe if a value is 0 the color must be white , if the value is 1 the textcolor must be red if the value is 3 the color must be green.
Register the id of the style you added to the .styleset file.(1)
Copy the default style of the button. And paste it into the style file you added. As an example, I changed the names to ButtonTextRed and ButtonTextGreen. (2)
Change the textColor to the color (rgb) you want. (3)