提交 b63c6f5f 编写于 作者: C chaychan

修复NumberRunningTextView获取自定义属性后忘记回收的问题

上级 56158b14
......@@ -53,6 +53,8 @@ public class NumberRunningTextView extends TextView {
textType = ta.getInt(R.styleable.NumberRunningTextView_textType, MONEY_TYPE);
useCommaFormat = ta.getBoolean(R.styleable.NumberRunningTextView_useCommaFormat, true);
runWhenChange = ta.getBoolean(R.styleable.NumberRunningTextView_runWhenChange,true);
ta.recycle();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册