最新回答 / 鱼书
float scale = l * 1.0f / mMenuWidth;ViewHelper.setTranslationX(mMenu, mMenuWidth * scale);看一下这两句代码错没有
2015-09-02
最新回答 / 凌恩BazZ1
粘贴的时候,把属性值去掉,指定参数名就可以了.<resources> <attr name="rightPadding" format="dimension"> </attr> <declare-styleable name="SlidingMenu"> <attr name="rightPadding"> </attr> </declare-styleable><...
2015-08-01