Skip to content

Instantly share code, notes, and snippets.

@criminact
Last active April 27, 2024 12:07
Show Gist options
  • Select an option

  • Save criminact/63daf616b24b77e29123ec42112ebf64 to your computer and use it in GitHub Desktop.

Select an option

Save criminact/63daf616b24b77e29123ec42112ebf64 to your computer and use it in GitHub Desktop.
<com.noobcode.otpview.OTPView
android:id="@+id/otpView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:textColor="@color/white"
app:borderThickness="2"
app:otpLength="6"
android:text="123456"
app:otpLayoutColor="@color/teal_200"
app:otpLayoutType="0"
app:spaceBetween="16"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment