- 博客(2)
- 收藏
- 关注
翻译 MotionEvent 概述
MotionEvent2016/8/17 11:01:49 第一篇 Object used to report movement (mouse, pen, finger, trackball) events. Motion events may hold either absolute or relative movements and other data, depending on t
2016-08-17 16:03:02
1077
转载 android EditText maxLength动态限制
private Context context; /** * limit EditText max length * @param length */ public void setInputMaxLength(int length) { InputFilter[] filters = { new NameLengthFilter(length) }; new EditText(
2015-01-13 12:05:00
2363
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人