摘要:
package cn.via.dageeeOrderFood.widget;import android.content.Context;import android.graphics.PointF;import android.util.AttributeSet;import android.view.MotionEvent;import android.widget.ListView;/** * Created by Heyiyong on 2014-2-27 下午10:34. */public class MyListView extends ListView { /** 触摸时按... 阅读全文
摘要:
public View getView(int position, View convertView, ViewGroup parent) { convertView = LayoutInflater.from(context).inflate(R.layout.item, null); AbsListView.LayoutParams param = new AbsListView.LayoutParams( android.view.ViewGroup.LayoutParams.FILL_PARENT, ... 阅读全文