Similar to padding vs margins in "regular" Android layouts. Paddings are from the edge of a component inwards, so they count for the component's bounds. Margins are between the components at the level of the parent container. Sometimes you can use both for the same purpose if you will. The answer to which one to use is where does that space belong. Does it belong inside the component, or in between the components?