gpt4 book ai didi

Android- SetOutlineAmbientShadowColor 在 api < 28 上没有这样的方法错误

转载 作者:行者123 更新时间:2023-11-29 22:52:08 26 4
gpt4 key购买 nike

我有一个扩展了 MaterialButtonRenderer 的自定义按钮渲染器。

我需要使用:

Control.SetOutlineAmbientShadowColor(Android.Graphics.Color.Transparent);
Control.SetOutlineSpotShadowColor(Android.Graphics.Color.Transparent);

但这仅适用于 API >= 28。

是否有一种变通方法可以使其在较低的 API 下运行?我需要从 API 26 运行应用程序。

问候。

最佳答案

你可以在styles.xml中添加按钮样式

<item name="android:buttonStyle">@style/Widget.MaterialComponents.Button.UnelevatedButton</item>

这是它在android 7.0上的运行结果截图。

enter image description here

关于Android- SetOutlineAmbientShadowColor 在 api < 28 上没有这样的方法错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57786160/

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