I want to get some layout dimensions, such as margin of a specific item for example. Is it possible to get that directly from resources?
Of course I could inflate a view with that layout, then get the item and ask it for the value, but is that the only option?