FlyRefresh
FlyRefresh copied to clipboard
The implementation of https://dribbble.com/shots/2067564-Replace
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()**)); }
this is can used to webview? webview need NestChild?
The background isnt what i want.how to change it?
Hola! @flyerpan has created a [ZenHub](http://www.zenhub.com) account for the **race604** organization. ZenHub is the only project management tool integrated natively in GitHub – created specifically for fast-moving, software-driven teams. ---...