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.
重複する 2 つの ImageView があり、removeView() を呼び出して、後ろにあるものを削除しています。すると、ちらつきが見られます。削除されるビューが他のビューの上に短時間描画され、その後消えます。
削除する前に setVisibility(View.GONE) と setVisibility(View.INVISIBLE) を呼び出してみましたが、どちらも役に立ちませんでした。
どうすればこれを回避できますか?