Firstly you have to add Xamarin.Android.Support.V7.AppCompat library for NuGet:
https://www.nuget.org/packages/Xamarin.Android.Support.v7.AppCompat/
In the "values" folder under "Resources" add new xml file called "styles.xml":
"styles.xml" file should co...