Skip to content

Fix Bugs.

Choose a tag to compare

@anastr anastr released this 04 Jan 06:37
· 178 commits to master since this release
4972412

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.