<@U2N3CF6D6> Right, I didn't notice that, thanks f...
# android
t
@agrosner Right, I didn't notice that, thanks for pointing it out! Is there a way I can achieve what I have in mind with databinding?
g
Just add new BindingAdapter for attribute
visible
(you can use any name, depending on semantics), that receives Boolean and sets Visible/Gone for a view
t
Will definitely try that, thanks for replying :)