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。按钮 1 具有“ABC”,而按钮 2 具有“DEF”。我在 button1 中设置了一个计数器,以便按下按钮 1 将文本设置为 A、B 或 C。
在可运行文件中,我在一秒钟后将选择设置为 editText 的末尾。我现在的问题是,如果我按下按钮 2,按钮 1 写入的文本将被替换。我知道我可以使用追加,但没有 setText 我不能让用户选择应该使用按钮 1 或 2 中的哪个字母。
我只是从过去的美好时光中创建一个简单的 T9 键盘。