开发者

Animated Views blocking other activity' components

开发者 https://www.devze.com 2023-03-27 06:58 出处:网络
I have created few views and tryied to use TranslateAnimation to make them appear/disappear from the bottom of the screen.

I have created few views and tryied to use TranslateAnimation to make them appear/disappear from the bottom of the screen. the animations work fine but the problem is that they block buttons existing on the activity where i called my views and the other views themselves(since the animate on same area). i tryed to bring each view to front when ap开发者_开发知识库pearing but this only solved the problem between the view and not the Activity.


i solved this by using Popupwindow.

0

精彩评论

暂无评论...
验证码 换一张
取 消