Disable EditText context menu

前端 未结 7 1291
花落未央
花落未央 2020-11-28 13:54

I am making a vertical EditText for traditional Mongolian. I have successfully implemented it by embedding a slightly modified EditText inside of a

7条回答
  •  醉梦人生
    2020-11-28 14:46

    mEditText.setLongClickable(false);
    

    Its the simplest way to disable the edit text.

提交回复
热议问题