You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ open the build.gradle file of your module, at the dependencies function add the
29
29
app:statusTextSize="16sp"
30
30
/>
31
31
```
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:
33
33
34
34
```groovy
35
35
public class MainActivity extends AppCompatActivity implements DataLoadingLayout.OnViewTouchListener {
0 commit comments