558: GradientDrawable gradDraw = new GradientDrawable(Orientation.TOP_BOTTOM, colors);
559: gradDraw.setDither(true);
560: gradDraw.setLevel(10000);
561: gradDraw.setBounds(0, 0, SLIDER_THICKNESS, PALETTE_DIM);
562: gradDraw.draw(mVerSliderCv);
Full Snippet Info