Closed omkar243 closed 6 years ago
add app:length="4"
to your xml view
I tried this but it shows error
error: attribute 'mypackagename:length' not found.
my code
<com.mukesh.OtpView
android:id="@+id/otp_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="42dp"
android:inputType="number"
app:otp="-"
app:length="6"
android:textColor="#fff"/>
Issue Resolved ! error belongs to dependency version I used old version 1.0.2 app:length="6" working in latest version 1.0.5
okay thanks for the update
How to add OTP count in OTP view. it takes default 4 numbers but I want 6 numbers in OTP.