为Android时钟小工具实现颜色选择器

时间:2013-05-03 03:42:09

标签: android android-layout android-widget

我花了将近10天的时间搜索教程或任何帮助,描述如何在我的时钟小部件中添加颜色选择器。

我的小部件是一个简单的时钟,有7种颜色,但我想让它完全免费使用。 “用户选择他/她喜欢的颜色”,“时钟,该时钟的背景”。

你能指导我并帮我找到这样的方法吗?

我尝试使用setBackgroundResources将实际背景更改为时钟“clock_dial”的帧,并尝试使背景成为BLANK图像以避免对图像产生颜色效果。但我几乎放弃了家伙。 感谢帮助。

views.setInt(R.id.widget_aclock, "setBackgroundResource", R.drawable.whand_dial);

                views.setInt(R.id.widget_aclock, "setBackgroundColor", color);

1 个答案:

答案 0 :(得分:0)

https://github.com/LarsWerkman/HoloColorPicker可能是您正在寻找的内容,但有了这么模糊的描述,我不确定。