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.
我有一个带有透明区域的 png 图像。我想在这个透明区域中添加一个 Surface View。你能给我一些建议吗?我已经在这个网站和谷歌上找了几个小时,但没有找到我可以使用的东西。
谢谢
使用 FrameLayout 并将您的 png 作为覆盖放在 SurfaceView 的顶部。
<FrameLayout> <SurfaceView> <ImageView> </FrameLayout>