это:
Сolors colors = new Colors;
binding.setColors(colors);
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@{colors.colorMain}"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@{colors.colorLight}"/>
Такой подход не лучше будет?
Ну дата биндинг хороший вариант да
Обсуждают сегодня