课程
/移动开发
/Android
/QQ5.0侧滑菜单
为什么我第二个属性 R.styleable没有
2015-08-01
源自:QQ5.0侧滑菜单 1-4
正在回答
粘贴的时候,把属性值去掉,指定参数名就可以了.
<resources> <attr name="rightPadding" format="dimension"> </attr> <declare-styleable name="SlidingMenu"> <attr name="rightPadding"> </attr> </declare-styleable></resources>
举报
本教程将带领大家通过自定义控件实现QQ5.0侧滑菜单