<tfoot id='jTBCa'></tfoot>

    <small id='jTBCa'></small><noframes id='jTBCa'>

  1. <legend id='jTBCa'><style id='jTBCa'><dir id='jTBCa'><q id='jTBCa'></q></dir></style></legend>
    • <bdo id='jTBCa'></bdo><ul id='jTBCa'></ul>
  2. <i id='jTBCa'><tr id='jTBCa'><dt id='jTBCa'><q id='jTBCa'><span id='jTBCa'><b id='jTBCa'><form id='jTBCa'><ins id='jTBCa'></ins><ul id='jTBCa'></ul><sub id='jTBCa'></sub></form><legend id='jTBCa'></legend><bdo id='jTBCa'><pre id='jTBCa'><center id='jTBCa'></center></pre></bdo></b><th id='jTBCa'></th></span></q></dt></tr></i><div id='jTBCa'><tfoot id='jTBCa'></tfoot><dl id='jTBCa'><fieldset id='jTBCa'></fieldset></dl></div>

    1. 将光标放在 EditText 中文本的末尾

      时间:2023-10-01
        <tfoot id='zavhA'></tfoot>
      • <small id='zavhA'></small><noframes id='zavhA'>

                <tbody id='zavhA'></tbody>
                <bdo id='zavhA'></bdo><ul id='zavhA'></ul>

                <legend id='zavhA'><style id='zavhA'><dir id='zavhA'><q id='zavhA'></q></dir></style></legend>
                <i id='zavhA'><tr id='zavhA'><dt id='zavhA'><q id='zavhA'><span id='zavhA'><b id='zavhA'><form id='zavhA'><ins id='zavhA'></ins><ul id='zavhA'></ul><sub id='zavhA'></sub></form><legend id='zavhA'></legend><bdo id='zavhA'><pre id='zavhA'><center id='zavhA'></center></pre></bdo></b><th id='zavhA'></th></span></q></dt></tr></i><div id='zavhA'><tfoot id='zavhA'></tfoot><dl id='zavhA'><fieldset id='zavhA'></fieldset></dl></div>
              • 本文介绍了将光标放在 EditText 中文本的末尾的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                我正在更改 keyListener 上的 EditText 的值.

                I am changing the value of an EditText on keyListener.

                但是当我更改文本时,光标会移动到 EditText 的开头.我需要光标在文本的末尾.

                But when I change the text the cursor is moving to the beginning of the EditText. I need the cursor to be at the end of the text.

                如何将光标移动到 EditText 中的文本末尾.

                How to move the cursor to the end of the text in a EditText.

                推荐答案

                试试这个:

                更新:

                科特林:

                editText.setSelection(editText.length())//placing cursor at the end of the text
                

                Java:

                editText.setSelection(editText.getText().length());
                

                这篇关于将光标放在 EditText 中文本的末尾的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                上一篇:在 Android EditText 中限制小数位数 下一篇:将秒值转换为小时分钟秒?

                相关文章

                最新文章

                • <bdo id='5B8B6'></bdo><ul id='5B8B6'></ul>

                  <small id='5B8B6'></small><noframes id='5B8B6'>

                  1. <tfoot id='5B8B6'></tfoot>

                    <i id='5B8B6'><tr id='5B8B6'><dt id='5B8B6'><q id='5B8B6'><span id='5B8B6'><b id='5B8B6'><form id='5B8B6'><ins id='5B8B6'></ins><ul id='5B8B6'></ul><sub id='5B8B6'></sub></form><legend id='5B8B6'></legend><bdo id='5B8B6'><pre id='5B8B6'><center id='5B8B6'></center></pre></bdo></b><th id='5B8B6'></th></span></q></dt></tr></i><div id='5B8B6'><tfoot id='5B8B6'></tfoot><dl id='5B8B6'><fieldset id='5B8B6'></fieldset></dl></div>
                  2. <legend id='5B8B6'><style id='5B8B6'><dir id='5B8B6'><q id='5B8B6'></q></dir></style></legend>