Skip to content

Commit 9e65e16

Browse files
committed
Update README.md
1 parent 9af9219 commit 9e65e16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ See the sample project for a full sample.
1717
```java
1818
//CheeseAdapter is a RecyclerView adapter
1919
CheeseAdapter cheeseAdapter = new CheeseAdapter();
20-
adapterLinearLayout adapterLinearLayout =
20+
adapterLinearLayout adapterLinearLayout = (AdapterLinearLayout) findViewById(R.id.adapter_linear_layout);
2121
adapterLinearLayout.setAdapter(cheeseAdapter);
2222
```
2323
Later, when you get your data set:

0 commit comments

Comments
 (0)