-
Notifications
You must be signed in to change notification settings - Fork 0
Android
Willian Mota Oliveira edited this page Aug 23, 2022
·
2 revisions
If you're using compose, check the Compose wiki page.
<williankl.spinnable.core.SpinnableView
android:id="@+id/spinnable"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
-
app:state="state"
: This field can be:
none
: This one makes the spinnable static. Unable to move.
manual
: Comes with a combo ofapp:isVerticalEnabled="boolean"
andapp:isHorizontalEnabled="boolean"
. The default value for both fields, if not passed, istrue
.
automatic
: Comes with a combo ofapp:horizontalSpeed="float"
andapp:verticalSpeed="float"
. The default speed for both fields, if not passed, is360F