Reputation: 3935
In windows phone 8 silverlight app it was easy to get the phone accent color,but I am unable to do that in Windows RT app for WP 8.1 . Any ideas on how to get phone accent color in WP 8.1 app?
Upvotes: 1
Views: 1317
Reputation: 1911
In XAML, you can use SystemColorControlAccentColor instead of PhoneAccentColor. Works with WP8.1!
Upvotes: 5
Reputation: 129
I'm using
Foreground="{StaticResource PhoneAccentBrush}"
as it was in Windows Phone 8, and is working fine in WinRT Windows Phone 8.1 App.
Upvotes: 2