2017年12月21日

摘要: <?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com 阅读全文
posted @ 2017-12-21 13:23 时光老人i 阅读(208) 评论(0) 推荐(0)
 
摘要: //XListView的长摁事件 xlistview.setOnItemLongClickListener(new AdapterView.OnItemLongClickListener() { @Override public boolean onItemLongClick(AdapterView 阅读全文
posted @ 2017-12-21 10:50 时光老人i 阅读(124) 评论(0) 推荐(0)
 
摘要: import android.content.Context;import android.graphics.Bitmap;import android.util.LruCache; /** * Created by jane on 2017/12/20. */ public class LruCa 阅读全文
posted @ 2017-12-21 09:51 时光老人i 阅读(113) 评论(0) 推荐(0)