如何从Google event
颜色代码中解析颜色?
我有Google calendar
这样的活动
我以这种格式打印了我的 logcatevent title : calendar color code
01-12 14:46:40.190: E/(19626): ID : 22 : Happy birthday! : 16437605
01-12 14:46:40.190: E/(19626): ID : 23 : May Day : 13658980
01-12 14:46:40.190: E/(19626): ID : 24 : New Year's Day : 13658980
01-12 14:46:40.190: E/(19626): ID : 25 : Christmas Day : 13658980
我试过这样
holder.eventColor.setBackgroundColor(Color.parseColor("#"
+ data.get(position).calendar_color));
那么13658980
是什么格式??我认为它不在ARGB
帮助!!谢谢。