一个逐渐弹出的动画效果,如何实现呢?类似popupwindow的效果
把listview单独放在一个view层里面,view做成Animation动画方式
ObjectAnimtor.ofFloat(listview,"transllateX",new float[]{-screenW,0})