为整个布局的视图设置动画
我尝试对 ImageView
从子布局 (Relativelayout)
到父布局 (Relativelayout)
进行动画
。问题是进入父布局时 Imageview
没有被绘制。
I trying to animate
the ImageView
from child layout (Relativelayout)
to parent layout (Relativelayout)
. Issue is Imageview
is not getting painted while entering into the parent layout.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个 R.anim.popup_show.xml 文件
并应用在 java 文件中,如下所示
This R.anim.popup_show.xml file
and apply in java file like as