<EditText
android:id="@+id/et_code"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@null"
android:ems="1"//EditText的寬度為一個中文的寬度即2個字符的寬度
android:maxLength="4"//最大可輸入4個字符
android:text="8633"
android:textColor="@color/textColor"
android:textSize="14sp" />//所以這里只能看得到86顯示,33被遮住了,也不能再輸入了
//中文就只顯示一個1中文