I am trying to make the button color bright when holding it and when released it turns into another bright color, using the MIT APP INVENTOR
.
I tried doing it, but every time the color looks faded when clicking it. The code I put together is in the image.
The result when holding the "YES" button is the image down below, the green is faded. After releasing the button the color should give a bright grey color, but that too is faded.
How can I make them look bright?
CodePudding user response:
Go to the button properties in the Designer and untick Show Feedback. This should make your button bright
. You only need to do this with the Classic theme. Other themes should give you your bright colour without this change.