浏览代码

PhoneAreaCodeEditView.java 添加

niusongtao@dl-cg.com 5 年之前
父节点
当前提交
abee13aa58
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      base_library/src/main/res/layout/layout_phone_area_code_edit.xml

+ 1 - 1
base_library/src/main/res/layout/layout_phone_area_code_edit.xml

@@ -41,10 +41,10 @@
         android:layout_height="@dimen/dp_0"
         android:background="@color/transparent"
         android:inputType="phone"
-        android:maxLines="1"
         android:paddingStart="@dimen/dp_10"
         android:paddingEnd="@dimen/dp_10"
         android:singleLine="true"
+        android:maxLength="15"
         android:textSize="@dimen/sp_14" />
 
     <View