Animate system alert type view

后端 未结 1 993
鱼传尺愫
鱼传尺愫 2021-01-06 11:55

is it possible to animate a system alert type view? if it\'s how?

I tried this but it didn\'t work:

public void onCreate(Bundle savedInstanceState)
{         


        
相关标签:
1条回答
  • 2021-01-06 12:26

    I found a solution for this:

    the view which is going to be animated must not be directly added to the top window, because top window of android is not a real ViewGroup. so the view must be added to a ViewGroup like FrameLayout first and then this ViewGroup be added to the top window.

    0 讨论(0)
提交回复
热议问题