gpt4 book ai didi

android - 如何为 HoloColorPicker 不透明度栏设置默认颜色?

转载 作者:行者123 更新时间:2023-11-30 02:54:56 25 4
gpt4 key购买 nike

我在我的应用程序中使用 HoloColorPicker 库。我想在 onCreate 期间更改默认的不透明栏值。不知道在哪里可以找到它的代码。

enter image description here

最佳答案

按照说明检查即可here.

picker.setOldCenterColor(picker.getColor());

或者如果您通过 SharedPreference 将您的颜色保存为字符串..那么就像这样:

picker.setOldCenterColor(Color.parse(your_saved_color_string);

关于android - 如何为 HoloColorPicker 不透明度栏设置默认颜色?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23446588/

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