Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

27 lines (18 loc) · 1.16 KB

##0.4.0

  • Added a progressStart() and progressStop() methods
  • Added parameter progressStart_activated which makes the drawable to animate progressively at each start
  • Added speed parameters for progressStart and progressStop
  • Added possibility to set a background for the progressiveStart/Stop (See Pocket example)
  • Added possibility to set a generated background according to the bar's colors
  • Added a listener progressiveStopEndedListener: called when the progressiveStop animation is over

##0.3.3

##0.3.2

  • targetSdkVersion is now 14. We just need holo style.

##0.3.1

  • Added a applyStyle(int styleResId) method

##0.3.0

  • SmoothProgressDrawable.Builder#width is now setStrokeWidth
  • The strokeWidth parameter is now a float (was an int)
  • Added possibility to modify dynamically the SmoothProgressBar and SmoothProgressDrawable properties. e.g. You can call mProgressBar.setColor(mColor)