代码设置seekbar中的thumb
ShapeDrawable thumb = new ShapeDrawable( new RectShape() );?
? thumb.getPaint().setColor( 0x00FF00 );?
? thumb.setIntrinsicHeight( 80 );?
? thumb.setIntrinsicWidth( 30 );?
? mySeekBar.setThumb( thumb );?
发布时间: 2012-08-28 12:37:01 作者: rapoo
代码设置seekbar中的thumb
ShapeDrawable thumb = new ShapeDrawable( new RectShape() );?
? thumb.getPaint().setColor( 0x00FF00 );?
? thumb.setIntrinsicHeight( 80 );?
? thumb.setIntrinsicWidth( 30 );?
? mySeekBar.setThumb( thumb );?