最新回答 / qq_那些年记忆_03439766
//使用属性动画的objectAnimation ObjectAnimator oa1=ObjectAnimator.ofFloat(mMenu, "translationX", 0f,mMenuWidth*scale*0.8f); ObjectAnimator oa2=ObjectAnimator.ofFloat(mMenu, "scaleX", leftScale); ObjectAnimator oa3=ObjectAnimator.ofFloat(mMenu, "scaleY", left...
2016-07-27
最新回答 / liaojie970
如果你只定义一个自动View ,可以不用添加两次。这里添加两次是为了方便重用,如下:<attr name="radius" format="dimension"></attr><declare-styleable name="SatelliteMenu"> <attr name="radius"></attr></declare-styleable><declare-styleable name="ArcMenu">...
2016-06-17