We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892a896 commit bee7c0bCopy full SHA for bee7c0b
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