I am adding a Panel and an ImageView via Designer. In the Designer I set the panel color to dark gray. In the B4A code I set the background color of the imageview to dark gray. The dark gray colors differ from one another. The panel seems to be light gray and the image view seems to be dark gray.
If I however set the background color of the imageview via B4A code to 0xFFA9A9A9 (same color as dark gray of the panel's color in the designer) then the panel color and the background color of the imageview are the same but it seems to be light gray and not a dark gray? Am I doing something wrong here.....?
If I however set the background color of the imageview via B4A code to 0xFFA9A9A9 (same color as dark gray of the panel's color in the designer) then the panel color and the background color of the imageview are the same but it seems to be light gray and not a dark gray? Am I doing something wrong here.....?