Skip to content

Increase the amount of marks in SpeedView #59

@ghost

Description

I need to change the amount of marks from 8 to 36, is this possible on speedView?

 <com.github.anastr.speedviewlib.SpeedView
            android:id="@+id/fuel_pause"
            android:layout_width="200dp"
            android:layout_height="120dp"
            app:sv_centerCircleColor="@color/gauge_circle"
            app:sv_endDegree="360"
            app:sv_highSpeedColor="@color/gauge_high_fuel"
            app:sv_indicator="NormalIndicator"
            app:sv_indicatorColor="@color/gauge_needle"
            app:sv_lowSpeedColor="@color/gauge_low_fuel"
            app:sv_lowSpeedPercent="33"
            app:sv_mediumSpeedColor="@color/gauge_medium_fuel"
            app:sv_mediumSpeedPercent="66"
            app:sv_speedometerWidth="3dp"
            app:sv_withTremble="false"
            app:sv_startDegree="180" />

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions