Skip to content

Commit

Permalink
更新了说明文档
Browse files Browse the repository at this point in the history
  • Loading branch information
tianzhijiexian committed Jun 19, 2015
1 parent f161e14 commit b0376cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public class TextItem implements AdapterItem<TestModel> {

@Override
public void initViews(ViewHolder vh, TestModel model, int position) {
TextView textView = vh.get(R.id.textView);
TextView textView = vh.getView(R.id.textView);
textView.setText(model.content);
}

Expand Down
Binary file modified demoPic/demo01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b0376cb

Please sign in to comment.