.net

.net

博客园 首页 新随笔 联系 订阅 管理

2015年8月10日 #

摘要: edtValue.setInputType(InputType.TYPE_CLASS_NUMBER | InputType.TYPE_NUMBER_FLAG_DECIMAL); 阅读全文
posted @ 2015-08-10 15:59 航宇 阅读(375) 评论(0) 推荐(0)

摘要: 下面的方法是删除不了item的:Integer pos = Integer.valueOf(msg.getBody().toString()); adapter.getList().remove(pos); adapter.notifyDataSetChanged();下面的方法... 阅读全文
posted @ 2015-08-10 09:11 航宇 阅读(843) 评论(0) 推荐(0)