fragments, android:zAdjustment (z order) and animations

前端 未结 3 1590
小蘑菇
小蘑菇 2021-02-04 00:17

I\'m using the support library. Now, I want to have a fragment shifting in from the bottom, moving OVER the previous one.

For this I use this to keep the previous fragme

3条回答
  •  半阙折子戏
    2021-02-04 00:31

    According to this google group thread Z adjustment only works for window animations.

    "The Z adjustment only works for window animations. I thought this was documented, but apparently not." -- Dianne Hackborn (Android framework engineer)

提交回复
热议问题