mjtaryan Active Member Licensed User Longtime User Aug 6, 2013 #1 Is there a way to make a panel transparent without modifying the manifest file? I don't want the whole app transparent, just the panel (or the activity that holds it).
Is there a way to make a panel transparent without modifying the manifest file? I don't want the whole app transparent, just the panel (or the activity that holds it).
NJDude Expert Licensed User Longtime User Aug 6, 2013 #2 Like this: B4X: myPanel.Color = Colors.ARGB(0, 0, 0, 0) Upvote 0
IanMc Well-Known Member Licensed User Longtime User Aug 6, 2013 #3 Or in the designer click on the panel to highlight it, then over on the left set the alpha value to zero. Upvote 0
Or in the designer click on the panel to highlight it, then over on the left set the alpha value to zero.