edittext

  • 网络输入框;编辑;编辑框;编辑文本;文本框
edittextedittext
  1. This is used by the next element , an EditText element ( a text input box ) .

    接下来的元素,即一个EditText元素(一个文本输入框)将用到它。

  2. The EditText element needs these elements , because EditText has two modes .

    EditText元素需要这些元素,因为EditText有两种模式。

  3. In other words , EditText should be placed below the element called prompt_label .

    换句话说,EditText应该放在名为promptlabel的元素的下方。

  4. The other kind of widget in this system is the text widget , called EditText because the text is editable .

    这个系统中的另一种小部件是文本小部件,它被称作EditText,因为文本是可编辑的。

  5. When the user clicks the button , you read the stock data from various widgets ( EditText widgets to be exact ) and populate a new Stock object .

    当用户点击按钮时,您可以从各个小部件(确切地说是EditText小部件)读取股票数据并填入一个新的Stock对象。