Is it possible to have a TextureView that has transparency, so that views below it (z-order) are visible?
IOW parts of the TextureView are transparent, and the view that the TextureView is on top of shows through.
You should use this API of TextureView.
TextureView.setOpaque(false);
It works fine!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With