<
androidx.constraintlayout.widget.ConstraintLayout
android:layout_width
=
"match_parent"
android:layout_height
=
"match_parent"
>
<
me.sujanpoudel.wheelview.WheelView
android:id
=
"@+id/wheel_view"
android:layout_width
=
"match_parent"
android:layout_height
=
"match_parent"
android:layout_margin
=
"16dp"
app:wheelDividerStrokeWidth
=
"16dp"
app:wheelArcBackgroundColor
=
"#F7F8FB"
app:wheelSelectedArcBackgroundColor
=
"@color/colorPrimary"
app:wheelCenterIcon
=
"@drawable/ic_baseline_add_24"
app:wheelCenterIconPadding
=
"16dp"
app:wheelCenterIconTint
=
"@android:color/white"
app:wheelAnchorAngle
=
"270"
app:wheelStartAngle
=
"315"
app:wheelTextSize
=
"16sp"
app:wheelSelectedTextColor
=
"#FFF"
app:wheelTextColor
=
"#000000"
app:wheelAnimationDuration
=
"800"
app:wheelMode
=
"ANIMATE_TO_ANCHOR"
/>
</
androidx.constraintlayout.widget.ConstraintLayout
>