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" />
I need to change the amount of marks from 8 to 36, is this possible on speedView?