2016年8月11日 星期四

addView(View, LayoutParams) is not supported in AdapterView

28addView(View, LayoutParams) is not supported in AdapterView

need to use this

convertView = LayoutInflater.from(mcontext).inflate(R.layout.detaildialog_cell, parent,false);