mukeshsolanki / android-otpview-pinview

A custom view to enter otp of different sizes used usually in cases of authentication.
MIT License
713 stars 206 forks source link

Keypad not showing up #109

Closed tbkj98 closed 4 years ago

tbkj98 commented 4 years ago

Hi, I am using the library version 2.0.3 I just copied the code from README file, modified a couple of attributes and installed the app. But the keypad is not showing up after successful installation.

Here is the code snippet, i am using

<com.mukesh.OtpView android:id="@+id/otpEditText" android:layout_width="wrap_content" android:layout_height="wrap_content" android:inputType="number" android:textColor="@color/secondPrimary" app:OtpItemCount="@integer/max_otp_length" app:OtpLineColor="@color/secondPrimary" app:OtpViewType="line" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" />

mukeshsolanki commented 4 years ago

Have you added the style?

mukeshsolanki commented 4 years ago

@tbkj98 any update on this?