Widget - Listview Divide Gradients

Anmol dwivedi
0

int[] colors = {0, 0xFFFF0000, 0};
listview1.setDivider(new android.graphics.drawable.GradientDrawable(android.graphics.drawable.GradientDrawable.Orientation.RIGHT_LEFT, colors));
listview1.setDividerHeight(1);

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 !