如何在xamarin表单中使用Android风格的App.xaml定义的颜色

时间:2018-03-08 16:48:16

标签: 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>

1 个答案:

答案 0 :(得分:0)