Widget - Listview Selector Style

Anmol dwivedi
0

listview1.setSelector(android.R.color.transparent);

android.graphics.drawable.GradientDrawable style = new android.graphics.drawable.GradientDrawable();

style.setColor(Color.parseColor("#207010"));

style.setCornerRadius(10);

listview1.setSelector(style);

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
Post a Comment (0)
Our website uses cookies to enhance your experience. Learn More
Accept !