The EditText element needs these elements, because EditText has two modes.
EditText元素需要这些元素,因为EditText有两种模式。
In other words, EditText should be placed below the element called prompt_label.
换句话说,EditText应该放在名为prompt_label的元素的下方。
The EditText constructor also overrides the constructor return value, as Listing 2 shows.
EditText构造函数也覆盖构造函数返回值,如清单 2 所示。
The other kind of widget in this system is the text widget, called EditText because the text is editable.
这个系统中的另一种小部件是文本小部件,它被称作EditText,因为文本是可编辑的。
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对象。
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对象。
应用推荐