alphamu / PinEntryEditText

An EditText that looks like a pin entry field. It is highly customisable and even animated text.
Apache License 2.0
670 stars 137 forks source link

dont work setError in android pie #62

Open Alireza-hr opened 5 years ago

flipnovidade commented 4 years ago

try

<LinearLayout
        ....
        android:clickable="true"
        android:focusable="true"
        android:focusableInTouchMode="false"
        android:enabled="true"
        android:clipChildren="false"
        android:clipToPadding="false" >

        <...PinEntryEditText
            ....
            />

</LinearLayout>