我的一个分享按钮的是一个在ListView中弹出的popupWindow的LinearLayout布局,对其设置点击监听,点击的条目已经在getView()中获取了
LinearLayout llShare = (LinearLayout) contenview.findViewById(R.id.ll_share);
llShare.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
Intent localIntent = new Intent("android.intent.action.SEND");
localIntent.setType("text/plain")