I would like to change the background color of my view on the fly as opposed to utilizing the designer as most of the coding for everything else is not via designer.
Is there a reference chart or something that tells me the color code for "App Workspace?
I found an app yesterday that will help you out with selecting the RGB values
for any color randomly shown on the display by the app. It's in the Google Play Store and is called Random Color Picker.
Hoping that the B4A designer's property editor will eventually let us choose a color based on:
- enumerated values (e.g. DarkGray)
- RBG/HSV values
- visual palette
...which would mean that you could pick "App Workspace" and see what the RGB values were right there, to put into your code.