gpt4 book ai didi

xamarin - 更改 xamarin 表单 android 中 ListView 的上下文操作菜单背景的颜色

转载 作者:行者123 更新时间:2023-12-02 17:13:27 26 4
gpt4 key购买 nike

enter image description here

长按 ListView 中的 Viewcell 时,上下文操作会显示在 xamarin 表单 (android) 中。我需要将背景颜色更改为红色,有什么可能的解决方案吗?

提前致谢。

最佳答案

是的,可以更改背景颜色。
在 Android 上,ContentAction 是通过 ActionModes 实现的,因此只需在 Android 项目的样式中设置 android:actionModeBackground 即可。

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="MyTheme.Light" parent="@android:style/Theme.Holo.Light.DarkActionBar">
<item name="android:actionModeBackground">@color/ActionModeColor</item>
</style>
</resources>

关于xamarin - 更改 xamarin 表单 android 中 ListView 的上下文操作菜单背景的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46561664/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com