SpeedView v1.1.7 Release Notes

Release Date: 2018-01-04 // over 6 years ago
  • ๐Ÿ›  fix width and height, and add to ScrollView

    53284d9 issue #56 ,Now you can use wrap_content for both layout_width & layout_height for speedometer family:

    \<com.github.anastr.speedviewlib.SpeedView android:id="@+id/speedView"android:layout\_width="wrap\_content"android:layout\_height="wrap\_content" /\>
    

    ๐Ÿ›  fix font cut

    ea2e6cb issue #50, speed text and unit text will no longer be incomplete for all fonts.

    ๐Ÿ›  fix Indicator rotation

    78965d7 issue #61, No more random rotation after using sv_minSpeed and sv_maxSpeed attributes.