标签: android xamarin colors xamarin.android
我使用控制按钮,Android,Xamarin.Forms.Platform.Android ButtonRenderer。
在UWP上,我可以使用xaml轻松更改任何颜色的标准按钮,其中包含一行:
<SolidColorBrush x:Key="ButtonForegroundDisabled" Color="White" />
我能为Android做这件事吗?