Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以有一个具有透明度的 TextureView,以便它下面的视图(z 顺序)可见?
TextureView 的 IOW 部分是透明的,TextureView 位于顶部的视图显示通过。
您应该使用 TextureView 的这个 API。
TextureView.setOpaque(false);
它工作正常!