抽离列表的onclick事件 还未完成(太太太多啦), click startActivityForResult相关已经完成

This commit is contained in:
kehaoyuan
2017-09-27 17:15:58 +08:00
parent 5b361afc67
commit b8ea968a58
36 changed files with 351 additions and 1077 deletions

View File

@ -5,6 +5,9 @@ public class Constants {
public static final int SEND_NEWS_FEEDBACK = 0x126;
public static final int SEND_COMMENT_FEEDBACK = 0x127;
public final static int LIST_FOOTER_ITEM = 1;
public final static int LIST_HEAD_ITEM = 1;
//手机号码匹配规则
public static final String REGEX_MOBILE = "^((13[0-9])|(15[^4,\\D])|(18[0,5-9]))\\d{8}$";
public static final String REGEX_ACCOUNT = "^[a-zA-Z_]\\w{5,17}$";