0
No source identifier for the attribute "validatorRegexp"
我最近開始在Android應用程序的工作,我想在我的應用程序來訪問庫(這是一個項目),但上述錯誤顯示我得到一個錯誤「沒有源IDENTIFER的屬性」
<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
Thnaks爲您的快速響應, – p1234 2013-02-09 06:59:36
Thnaks爲您的快速響應,我想發送我的源代碼給你,你可以請給我你的郵件編號,或者建議我一些替代 – p1234 2013-02-09 07:12:31
請找到我的代碼在http:// 109.169.36.212:60/fileserver/zipfile/editview.zip – p1234 2013-02-09 08:01:13