EditText中如何让光标在某个位置固定

Selection.setSelection(receive_data.getEditableText(), 0);  //让光标保持在最前面

你可能感兴趣的:(EditText中如何让光标在某个位置固定)