public void onClick(DialogInterface dialog,int which)
{
if (which > 0 ) { //表示选的是数据
String tx = huazhi[which];
TextView t = (TextView) findViewById(mytextid);
t.setText(tx );
}
}
求助攻,怎么获取AlertDialog的rediobutton值
原文:http://www.cnblogs.com/lengyanyue39/p/4027487.html