LoginSignup
1
0

More than 5 years have passed since last update.

ViewFlipperとViewAnimationが干渉する

Posted at

親View
+-ViewFlipper

なとき、親ViewのViewAnimationが再生された後、ViewFlipperのアニメーションの描画が変になる。
ただしViewAnimation#setFillAfter(true)したとき。

多分setFillAfter(true)していると親Viewの座標計算などが毎フレームされているか何かで、毎フレームキャッシュか何かを再描画しているためではと考えられる。

対応策:まだわかっていません。

1
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0