We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1555735 + bee7c0b commit 5721981Copy full SHA for 5721981
1 file changed
docs/quick-start/animation.md
@@ -24,7 +24,6 @@ Add some initialization codes to `onCreate()`:
24
```java
25
@Override
26
protected void onCreate(Bundle savedInstanceState) {
27
- :
28
ObservableListView listView = (ObservableListView) findViewById(R.id.list);
29
listView.setScrollViewCallbacks(this);
30
}
0 commit comments