I'd like to rotate an Imageview clockwise according to the Finger-Movement for a Custom-Temperature-Button, but I have absolutely no Idea how to to handle that problem.
<ImageView
android:id="@+id/temperatureBtn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:rotation="-100"
app:srcCompat="@drawable/change_temperature_button"/>
I hope, you can help me out here.
Thank you in Advance!