例如,如果我們得到一個錯誤,那麼它顯示適當的圖標,這種行爲就像錯誤和正確的圖標。如何爲AlertDialog設置不同的圖標?
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
這兩個答案給出幾乎相同的建議,你應該接受其中的一個答案。 –