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.
背景のある活動をしています。インターネット接続が失われたときに、既存の背景 (50% 不透明) の上に別の画像をオーバーレイしたいと考えています。
アクティビティのメイン ビューの draw メソッドを使用せずにこれを行う簡単な方法はありますか?
ありがとう。
を使用して、任意のビューのアルファ チャネル (不透明度) を制御できますsetAlpha()。
setAlpha()
試す:
imageView.setAlpha(0.5f);