2
我剛看到這篇文章(How can I change the color of AlertDialog title and the color of the line under it),我懷疑我的標題是否有變量......我如何使用第一個解決方案來更改顏色?當我使用變量時,改變alertDialog標題的顏色字符串
這是我的代碼:
AlertDialog.Builder dialogo = new AlertDialog.Builder(ListadoBC.this);
dialogo.setTitle("¡"+listaBC.get(arg2).getFragilidad()+" !\n"+"¿Ha seguido esta recomendación?");
而且我想,這句話("¡"+listaBC.get(arg2).getFragilidad()+" !\n")
顯示爲紅色,使用這樣的事情()alert.setTitle(Html.fromHtml("<font color='#FF7F27'>Set IP Address</font>"));
...這可能嗎?
你真的嘗試過'Html.fromHtml()'嗎? – Karakuri
@Karakuri這是可能的,否則不創建自定義alertDialog? – wiki