标签: c# android xamarin.forms
我在app.xaml中定义了颜色
<Color x:Key="AppPrimaryColor">#FF9515</Color>
在android / Resources / style.xml中使用此颜色的方法 例如:
<style name="MainTheme.Base" parent="Theme.AppCompat.Light.DarkActionBar"> <item name="colorPrimary">AppPrimaryColor</item>
答案 0 :(得分:0)
请参阅Resources and Styles in Xamarin.Forms (XAM140)