return key

  1. I

    Android Question (Solved) EditText return key

    Hi All, When I try setting EditText auto-capitalize on using the code below, the return key disappears: txtb.InputType = txtb.INPUT_TYPE_TEXT txtb.InputType = Bit.Or(txtb.InputType, 16384) Is there a better way of doing this? Thanks iCAB
Top