Automatic Dark/Light Icon Support in Windows Phone 8

前端 未结 5 1699
滥情空心
滥情空心 2021-02-05 08:09

I think this is a very common problem, but I cannot find a suitable solution for me. As you all know, WP supports a dark and a light theme. The user can change the theme and the

5条回答
  •  抹茶落季
    2021-02-05 08:43

    The Coding 4 Fun control toolkit includes a round button that mimics the application bar buttons, including updating the foreground color depending on the theme. The code is open source, so perhaps you might find an answer in there. Or, as a hack, you could use the RoundButton control, turn off the border, and not provide a Click event.

提交回复
热议问题