Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Commit d1bbb5e

Browse files
ansmanJakeWharton
authored andcommitted
Make the example CustomView extend View
1 parent 4ca3bdb commit d1bbb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Write your layout XML like normal.
1919
Use `@InflationInject` in `CustomView`:
2020

2121
```java
22-
public final class CustomView {
22+
public final class CustomView extends View {
2323
private final Picasso picasso;
2424

2525
@InflationInject

0 commit comments

Comments
 (0)