Skip to content

Commit

Permalink
feat: make start ray speed configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
agronick committed Jan 7, 2024
1 parent 79a7787 commit c028bd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_gauge.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@
app:sv_unitTextColor="@android:color/transparent"
app:sv_withEffects="false"
app:sv_withTremble="false"
app:minMax="@{minMax}" />
app:minMax="@{minMax}"
app:sv_rayStartSpeed="0" />

</androidx.constraintlayout.widget.ConstraintLayout>
</layout>

0 comments on commit c028bd4

Please sign in to comment.