We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implementation 'com.hanks:passcodeview:0.1.2' implementation 'androidx.legacy:legacy-support-v4:1.0.0'
following code giving error: Cannot resolve class com.hanks.passcodeview.PasscodeView
<com.hanks.passcodeview.PasscodeView android:id="@+id/passcodeView" android:layout_width="match_parent" android:layout_height="match_parent" android:background="#222222" app:firstInputTip="Enter a passcode of 5 digits " app:correctStateColor="#71bb4d" app:wrongStateColor="#ea2b46" app:normalStateColor="#ffffff" app:numberTextColor="#222222" app:passcodeLength="5" app:passcodeViewType="set_passcode" />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Even after adding both dependencies
implementation 'com.hanks:passcodeview:0.1.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
following code giving error: Cannot resolve class com.hanks.passcodeview.PasscodeView
<com.hanks.passcodeview.PasscodeView
android:id="@+id/passcodeView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#222222"
app:firstInputTip="Enter a passcode of 5 digits "
app:correctStateColor="#71bb4d"
app:wrongStateColor="#ea2b46"
app:normalStateColor="#ffffff"
app:numberTextColor="#222222"
app:passcodeLength="5"
app:passcodeViewType="set_passcode" />
The text was updated successfully, but these errors were encountered: