Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我写入这个editText时,我在屏幕底部有一个带有EditText的应用程序,键盘打开并覆盖了屏幕的一半,所以我只看到屏幕的下半部分(到目前为止很好,因为editText在这半部分)
现在,当我按下文本时,android 文本选择菜单会在屏幕顶部打开,所以不,我只看到屏幕的上半部分,我看不到我的 EditText
我可以更改选择工具或使其浮动或更改它的位置吗?
在您的 edittext 布局文件中包含这两行。
android:freezesText="true" android:gravity="top"