更改自定义提醒对话框的多选文本颜色

时间:2016-11-03 18:01:21

标签: java android xml mobile

如何更改自定义警报对话框中多个可选项的文本颜色:

    <item name="android:textColorPrimary">@color/colorPrimary</item>

似乎没有使用xml样式,我希望它是红色的,但是它默认为黑色。

enter image description here

标题,正面和负面按钮已通过以下方式更改:

    //negative button text color
    <item name="colorAccent">@color/colorAccent</item>

    //title text color
    <item name="android:textColor">@color/colorPrimary</item>

0 个答案:

没有答案