|
@@ -51,6 +51,7 @@
|
51
|
51
|
android:gravity="center_vertical"
|
52
|
52
|
android:hint="@string/oldcodetips"
|
53
|
53
|
android:singleLine="true"
|
|
54
|
+ android:maxLength="16"
|
54
|
55
|
android:textColor="@color/black"
|
55
|
56
|
android:textColorHint="#FFB8C2D9"
|
56
|
57
|
android:textSize="16sp" />
|
|
@@ -90,6 +91,7 @@
|
90
|
91
|
android:gravity="center_vertical"
|
91
|
92
|
android:hint="@string/newcodetips"
|
92
|
93
|
android:singleLine="true"
|
|
94
|
+ android:maxLength="16"
|
93
|
95
|
android:textColor="@color/black"
|
94
|
96
|
android:textColorHint="#FFB8C2D9"
|
95
|
97
|
android:textSize="16sp" />
|
|
@@ -129,6 +131,7 @@
|
129
|
131
|
android:gravity="center_vertical"
|
130
|
132
|
android:hint="@string/enternewcodetips"
|
131
|
133
|
android:singleLine="true"
|
|
134
|
+ android:maxLength="16"
|
132
|
135
|
android:textColor="@color/black"
|
133
|
136
|
android:textColorHint="#FFB8C2D9"
|
134
|
137
|
android:textSize="16sp" />
|