学习了。TranslateAnimation(float fromXDelta, float toXDelta, float fromYDelta, float toYDelta)这四个参数的函数,都是起始点或者结束点距离当前位置的偏移。
2015-09-25
获取自定义属性值时,Android提供了一个参数更少的方法:
TypedArray mTypedArray = context.obtainStyledAttributes(attrs, R.styleable.***);
android对其做了封装,这样调用更简单一些。
TypedArray mTypedArray = context.obtainStyledAttributes(attrs, R.styleable.***);
android对其做了封装,这样调用更简单一些。
2015-09-24
http://blog.csdn.net/lmj623565791/article/details/38339817
老师的博客,不用谢,我叫雷锋
老师的博客,不用谢,我叫雷锋
2015-08-16