Main menu

Pages

[Best Edition] How to disable listview default ripple effect in seconds in sketchware.

 

[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.


3. Insert the following blocks in the picture below in Oncreate.


//This is the listview default ripple effect disable code in the picture : 
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.


7. Save and run the project.....


Thank you for read this tutorial words.



reactions

Comments