user8361

Results 2 issues of user8361

change data.time ---> data.date.getTime() public void onBindViewHolder(ItemViewHolder itemViewHolder, int i) { final ItemData data = mDataSet.get(i); ShapeDrawable drawable = new ShapeDrawable(new OvalShape()); drawable.getPaint().setColor(data.color); itemViewHolder.icon.setBackgroundDrawable(drawable); itemViewHolder.icon.setImageResource(data.icon); itemViewHolder.title.setText(data.title); itemViewHolder.subTitle.setText(dateFormat.format(**data.date.getTime()**)); }

I want to use NumProgressBar to show progress in notification, it show an error: Couldn't inflate contentViewsandroid.view.InflateException: Binary XML file line #37: Binary XML file line #37: Error inflating class...