显示警告弹出窗口具有选项的白色字体颜色

时间:2017-11-02 15:02:58

标签: c# .net xamarin xamarin.forms popup

显示警报功能有问题。选项文本不可见。我可以点击它,但文字不可见,如图所示

enter image description here

背后的代码是:

public async void AlertChange()
    {
        bool answer;

        answer = await DisplayAlert("test?", "Test question", "Yes", "No");

        if(answer)
        {
           .
           .
           . 
           .
        }

    }

1 个答案:

答案 0 :(得分:0)

通过在styles.xml中更改colorAccent来完成