SaundProgressBar
SaundProgressBar copied to clipboard
onDraw里drawable重设高度后未生效,有圆角时就能看出来了。
如题,我做了如下的操作,重新setBounds好了。 Rect bounds = progressDrawable.copyBounds(); bounds.top = ..............; bounds.bottom = ..............; progressDrawable.setBounds(bounds);