EditText
  • 音标:/ˈedɪt tekst/
  • 意思:编辑文本框;允许用户输入文本的控件
  • 例句An EditText allows the user to enter and edit text.
  • 翻译:EditText允许用户输入和编辑文本。
  • 补充说明:可以通过inputType属性设置键盘类型(如number、email、password等)。