Mar*_*ins 3 xamarin xamarin.forms
我正在创建一个项目,需要更改菜单图标,但我还没有找到解决方案。如何更改 MasterPageDetalis xamarin.forms 中菜单图标的颜色?

从 style.xml 更改您的基本主题
<style name="MyTheme.Base" parent="Theme.AppCompat.Light.NoActionBar">
<item name="drawerArrowStyle">@style/DrawerArrowStyle</item>
</style>
<style name="DrawerArrowStyle" parent="@style/Widget.AppCompat.DrawerArrowToggle">
<item name="spinBars">true</item>
<item name="color">@color/green</item>
</style>
Run Code Online (Sandbox Code Playgroud)
如果我错了,请给我建议
| 归档时间: |
|
| 查看次数: |
5398 次 |
| 最近记录: |