dialog.getButton(dialog.BUTTON_NEGATIVE).setTextColor(neededColor); dialog.getButton(dialog.BUTTON_POSITIVE).setTextColor(neededColor);
这个也可以做到
dialog.getButton(dialog.BUTTON_NEGATIVE).setTextColor(neededColor); dialog.getButton(dialog.BUTTON_POSITIVE).setTextColor(neededColor);
这个也可以做到
本文标题:dialog字体颜色设置
本文链接:https://www.haomeiwen.com/subject/dnysattx.html
网友评论