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画像があります。この透明ゾーンにサーフェスビューを追加したいと思います。ヒントを教えてください。私はこのサイトとグーグルを何時間も探していましたが、使用できるものが見つかりませんでした。
ありがとう
FrameLayout を使用して、PNG を SurfaceView の上にオーバーレイとして配置します。
<FrameLayout> <SurfaceView> <ImageView> </FrameLayout>