例如,如果我们得到一个错误,那么它会为此行为显示适当的图标,例如错误和正确的图标。
if(condition true)
{
//here i need set right icon
}
if(condition false)
{
//here i need set wrong icon
AlertDialog ad = new AlertDialog.Builder(MainActivity.this).create();
ad.seticon();//how to set for different behavior