[Best Edition] How to disable listview default ripple effect in seconds in sketchware.
1. Create new project / enter in your old project.
2. Add listview on SK virtual phone screen.
listview1.setSelector(android.R.color.transparent);
4. Go back and create custom view for the listview.
5. Connect it to the listview.
6. In Onblindcustomview, add the following blocks in the picture below.







Comments
Post a Comment