You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to set the spacing between the items (and on the edges), so that it will be even? Something like the weight used on LinearLayout?
Is it STRATEGY_FILL_SPACE or STRATEGY_FILL_VIEW?
AndroidDeveloperLB
changed the title
auto-spacing possible?
How to use auto-spacing between views and on sides?
May 15, 2017
AndroidDeveloperLB
changed the title
How to use auto-spacing between views and on sides?
How to use same spacing for auto-spacing between views and on sides?
May 15, 2017
Is it possible to set the spacing between the items (and on the edges), so that it will be even? Something like the weight used on LinearLayout?
Is it STRATEGY_FILL_SPACE or STRATEGY_FILL_VIEW?
I tried to use :
But it doesn't put space at the edges of the items, only between them:
Using STRATEGY_FILL_VIEW, it's almost what I wrote, but it puts half of the space at the edges:
The text was updated successfully, but these errors were encountered: