The layout tag is for questions about the placement, alignment and justification of objects with respect to a containing element.
As part of an Android App I am building a button set. The buttons are part of a nested set …
android layout resize android-linearlayoutI have an SVG that I am trying to center in a div. The div has a width or 900px. …
css layout svg positioning marginSome WPF controls (like the Button) seem to happily consume all the available space in its' container if you don't …
wpf user-interface layoutI want my div to adapt its height to always equal its width. The width is percental. When the parent's …
css layout responsive-design aspect-ratioIn Android, when layout out widgets, what's the difference between fill_parent (match_parent in API Level 8 and higher) and …
android layout user-interfaceIs it possible to set the absolute position of a view in Android? (I know that there is an AbsoluteLayout, …
android android-layout layout view positionI have several same HTML elements going one after another: <span>1</span> <span>2</…
css layout receiptIn a 3-row layout: the top row should be sized according to its contents the bottom row should have a …
css layout flexboxHow can I change the position of view through code? Like changing its X, Y position. Is it possible?
android layout view