|
|
@@ -187,7 +187,10 @@
|
|
|
android:background="@null"
|
|
|
android:hint="请输入(必填)"
|
|
|
android:textSize="15sp"
|
|
|
- android:gravity="center_vertical|right"/>
|
|
|
+ android:gravity="center_vertical|right"
|
|
|
+ whatever:testType="regexp"
|
|
|
+ whatever:customRegexp="^([\\w-])+(\\.\\w+)*@([\\w-])+((\\.\\w{2,3}){1,3})$"
|
|
|
+ whatever:testErrorString="请输入正确的邮箱格式"/>
|
|
|
</RelativeLayout>
|
|
|
<View
|
|
|
android:layout_width="match_parent"
|