No source identifier for the attribute "validatorRegexp"
我最近开始研究 android 应用程序,我想在我的应用程序中访问库(这是一个项目),但上面的错误显示
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:wiget="http://schemas.android.com/apk/res/com.extend.example"
android:id="@+id/scroll" android:layout_width="fill_parent"
android:layout_height="wrap_content">
<com.extend.wiget.ExtEditText
wiget:validate="regexp|numeric|alpha|alphaNumeric|email|creditCard|phone|domainName|ipAddress|webUrl"
wiget:validatorRegexp="regexp|empty"
wiget:errorString="Custom error message!"
wiget:emptyErrorString="Custom empty error message!"
wiget:auto="true"
android:id="@+id/extEditText11"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="Custom validations"
android:text="">
</com.extend.wiget.ExtEditText>
</ScrollView>
Please help me out on this and sorry for the bad english