Skip to content

Commit 28bb6ed

Browse files
committed
Update README.md file
1 parent 243bf00 commit 28bb6ed

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
@@ -29,7 +29,7 @@ open the build.gradle file of your module, at the dependencies function add the
2929
app:statusTextSize="16sp"
3030
/>
3131
```
32-
###Setp 3: The activity implements DataLoadingLayout.OnViewTouchListener, after init the view setDataView and setOnMyViewTouchListener,final Override the onTouchUp() function. like this:
32+
###Setp 3: The activity implements DataLoadingLayout.OnViewTouchListener, after init the view setDataView(view) and setOnMyViewTouchListener(this),final Override the onTouchUp() function. like this:
3333

3434
```groovy
3535
public class MainActivity extends AppCompatActivity implements DataLoadingLayout.OnViewTouchListener {

0 commit comments

Comments
 (0)