TextView:
Код: Выделить всё
Код: Выделить всё
@Bindable
public int kalase() {
return userRole != null && userRole.getId() != 0 ? View.VISIBLE : View.GONE;
}
Подробнее здесь: https://stackoverflow.com/questions/477 ... ta-binding
Код: Выделить всё
Код: Выделить всё
@Bindable
public int kalase() {
return userRole != null && userRole.getId() != 0 ? View.VISIBLE : View.GONE;
}