是否有人知道该属性将拇指设置在xml中的搜索栏下方或编程,请?我在我的申请中需要这个
SeekBar seekBar = new SeekBar(this);
seekBar.setMax(15);
seekBar.setIndeterminate(true);
seekBar.setMinimumWidth(200);
ShapeDrawable thumb = new ShapeDrawable( new OvalShape() );
thumb.getPaint().setColor( 0x00FF00 );
thumb.setIntrinsicHeight( 80 );
thumb.setIntrinsicWidth( 30 );
seekBar.setThumb(thumb);
seekBar.setProgress(1);
答案 0 :(得分:0)
可能会迟到...
但是你可以用这种方式创建图像....
制作一个矩形图像,其顶部是透明的,在底部图像将来....所以用户会看到它像图像是在水平的底部..