Top "Layout" questions

The layout tag is for questions about the placement, alignment and justification of objects with respect to a containing element.

How to change visibility of layout programmatically

There is the way to change visibility of View, but how can I change programmatically visibility of layout defined in …

android layout visibility
Position absolute and overflow hidden

We have two DIVs, one embedded in the other. If the outer DIV is not positioned absolute then the inner …

html css layout overflow css-position
Change the Right Margin of a View Programmatically?

Can this attribute be changed dynamically in Java code? android:layout_marginRight I have a TextView, that has to change …

android layout textview
Android: Align button to bottom-right of screen using FrameLayout?

I am trying to put the zoom controls of the map on the bottom right corner of screen. I could …

android layout
How to prevent line-break in a column of a table cell (not a single cell)?

How can I prevent automatic line breaks in a column of table (not a single cell)?

html css layout
How to size an Android view based on its parent's dimensions

How can I size a view based on the size of its parent layout. For example I have a RelativeLayout …

android layout
Android overlay a view ontop of everything?

Can you overlay a view on top of everything in android? In iPhone I would get the new view set …

java android layout view
How do you setLayoutParams() for an ImageView?

I want to set the LayoutParams for an ImageView but cant seem to find out the proper way to do …

android layout imageview
How to force two figures to stay on the same page in LaTeX?

I have two images that I want to display on a page as figures. Each eats up little less than …

image layout latex figure