mukeshsolanki / android-otpview-pinview

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

AAPT: error: attribute not found #119

Closed Andromeda606 closed 2 years ago

Andromeda606 commented 3 years ago

Subject of the issue

Android resource linking failed

Steps to reproduce

<com.mukesh.OtpView android:id="@+id/otp_view" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="72dp" android:inputType="number" android:itemBackground="@color/main_color" android:textColor="@android:color/white" app:OtpItemCount="6" app:ItemCount="@color/colorPrimary" app:OtpViewType="line" />

mukeshsolanki commented 2 years ago

stale