Is it possible to hide individual views inside a group of a constraint layout. I tried and failed & ultimately moved that view outside the group. I did not find any document mentioning this behaviour.
Any one who can confirm?
Is it possible to hide individual views inside a group of a constraint layout. I tried and failed & ultimately moved that view outside the group. I did not find any document mentioning this behaviour.
Any one who can confirm?
whats you used for hide a view means INVSIBLE that take space of component and visiblity GONE not take any space of component .. so other component will effect.
can you show me your current code that i can understand properly.
thanks