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

      • <bdo id='RKjtG'></bdo><ul id='RKjtG'></ul>

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

        Android:将 EditText 限制为数字

        时间:2023-05-28
      1. <tfoot id='7mwiB'></tfoot>

          <small id='7mwiB'></small><noframes id='7mwiB'>

              • <bdo id='7mwiB'></bdo><ul id='7mwiB'></ul>

                1. <i id='7mwiB'><tr id='7mwiB'><dt id='7mwiB'><q id='7mwiB'><span id='7mwiB'><b id='7mwiB'><form id='7mwiB'><ins id='7mwiB'></ins><ul id='7mwiB'></ul><sub id='7mwiB'></sub></form><legend id='7mwiB'></legend><bdo id='7mwiB'><pre id='7mwiB'><center id='7mwiB'></center></pre></bdo></b><th id='7mwiB'></th></span></q></dt></tr></i><div id='7mwiB'><tfoot id='7mwiB'></tfoot><dl id='7mwiB'><fieldset id='7mwiB'></fieldset></dl></div>
                    <tbody id='7mwiB'></tbody>

                  <legend id='7mwiB'><style id='7mwiB'><dir id='7mwiB'><q id='7mwiB'></q></dir></style></legend>
                  本文介绍了Android:将 EditText 限制为数字的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  在应用程序的 java 部分中创建 EditText 时,如何像在 xml 中那样将其限制为数字?例如:

                  When creating an EditText in the java portion of the application, how do you limit it to numbers like you would in the xml? For example:

                  new EditText(this);
                  

                  设置喜欢

                  <EditText
                      android:id="@+id/h1"
                      android:layout_width="fill_parent"
                      android:layout_height="wrap_content"
                      android:inputType="numberDecimal"/>
                  

                  推荐答案

                  可能是这样的?

                  EditText text = new EditText(this);
                  text.setInputType(InputType.TYPE_NUMBER_FLAG_DECIMAL);
                  

                  这篇关于Android:将 EditText 限制为数字的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:Android Thread 修改 EditText 下一篇:Android 警报对话框无法找到视图

                  相关文章

                  <i id='qBNa2'><tr id='qBNa2'><dt id='qBNa2'><q id='qBNa2'><span id='qBNa2'><b id='qBNa2'><form id='qBNa2'><ins id='qBNa2'></ins><ul id='qBNa2'></ul><sub id='qBNa2'></sub></form><legend id='qBNa2'></legend><bdo id='qBNa2'><pre id='qBNa2'><center id='qBNa2'></center></pre></bdo></b><th id='qBNa2'></th></span></q></dt></tr></i><div id='qBNa2'><tfoot id='qBNa2'></tfoot><dl id='qBNa2'><fieldset id='qBNa2'></fieldset></dl></div>
                  <tfoot id='qBNa2'></tfoot>
                  1. <small id='qBNa2'></small><noframes id='qBNa2'>

                    <legend id='qBNa2'><style id='qBNa2'><dir id='qBNa2'><q id='qBNa2'></q></dir></style></legend>

                      <bdo id='qBNa2'></bdo><ul id='qBNa2'></ul>