DZ
Size: a a a
DZ
А
val err = findViewById<TextView>(R.id.err)
err.setText("Введите Логин")
А
DB
А
err.setText("Введите Логин"), а до условия
val err = findViewById<TextView>(R.id.err)
DB
A
👨
А
if (passwordBill.text.toString().trim().isNotEmpty()) {
button.isEnabled = true
progressBar.visibility = View.INVISIBLE
err.visibility = View.VISIBLE
err.setText("Введите Пароль")
}
Ip
DB
DB
А
DB
MD
👨
public interface IClickItem {
void onClickItem(TextView click);
}
А
А
А
DB