File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
java/com/zhangym/verificationcodeview Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ protected void onCreate(Bundle savedInstanceState) {
3131
3232 login ();
3333
34-
3534 mCodeView .setOnClickListener (new View .OnClickListener () {
3635 @ Override
3736 public void onClick (View v ) {
Original file line number Diff line number Diff line change 2626 android : layout_marginLeft =" 5dp"
2727 android : layout_marginRight =" 5dp"
2828 android : background =" @drawable/edittext_bg"
29+ android : inputType =" text"
2930 android : padding =" 5dp"
3031 android : textSize =" 20sp" />
3132
8788 android : layout_marginRight =" 5dp"
8889 android : layout_weight =" 1"
8990 android : background =" @drawable/edittext_bg"
91+ android : inputType =" number"
9092 android : padding =" 5dp"
9193 android : textSize =" 20sp" />
9294
You can’t perform that action at this time.
0 commit comments