How do I make a button slightly transparent?

I’m trying to make a button slightly transparent so I can see an image below it. How would I do that?

image

add an extra item to the make a list block, then use a value between 0 (transparent) and 255 (opaque) to set the opacity. In the above blocks the colour is red, set to an opacity of 128.

There are also extensions available that can set the opacity of components.

The custom color tool can also adjust the opacity in the designer:

Screenshot 2023-10-12 at 3.44.37 PM

Note that for buttons you'll want to change the shape to something like Rectangular from Default otherwise the color will get blended with the Android button image.

Screenshot 2023-10-12 at 3.45.33 PM

Doesn't work with Companion or the APK.

This doesn't work, or works in a strange, opposite way.

Set button to rounded (or oval), set opacity to 0, the button goes black. Set opacity to 255 the button goes to the set colour. Anywhere down from 255 it gets darker until reaching 0 when it is black. The is tested on companion with device default theme. Works OK with other components tested (label and horizontal arrangement)

Argh! I have now have it behaving the same way on a label

There is a fix for the transparency issue on ai2-test.

1 Like

Ignore me, works OK with Label after all, but still an issue with button.

Tested with ai2-test, the transparency on a button works, but there is still a shadow around the edges. In my screenshot, I have the button set to oval and 100x100 pixels to make a circle. You can see that it becomes an octagon, with a shadow around it when opacity is applied.

testOpacity.aia (4.9 KB)