Top "Layout" questions

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

This view is not constrained

I get the following error and I am using Android studio 2.2 Preview 3. I searched Google but couldn't find any resources. …

java android layout
How do I bottom-align grid elements in bootstrap fluid layout

I have a fluid layout using Twitter's bootstrap, wherein I have a row with two columns. The first column has …

html css layout twitter-bootstrap
How do I put the image on the right side of the text in a UIButton?

I don't want to use a subview if I can avoid it. I want a UIButton with a background image, …

ios user-interface layout uibutton
Remove Android App Title Bar

I understand that these properties in the manifest: android:theme="@android:style/Theme.NoTitleBar" android:theme="@android:style/Theme.NoTitleBar.…

android layout titlebar
Android: alternate layout xml for landscape mode

How can I have one layout for landscape and one for portrait? I want to assume extra width and conserve …

android layout resources android-layout orientation
EditText, inputType values (xml)

Where can I find the values that InputType can has? I'm aware of http://developer.android.com/reference/android/text/…

android layout android-edittext android-inputtype
UICollectionView - Horizontal scroll, horizontal layout?

I have a UIScrollView that lays out a grid of icons. If you were to imagine the layout for the …

ios layout uicollectionview uicollectionviewlayout
How do I specify different Layouts in the ASP.NET MVC 3 razor ViewStart file?

I would like to have 2 separate Layouts in my application. Let's say one is for the Public section of the …

asp.net-mvc layout asp.net-mvc-3 razor
Align items in a stack panel?

I was wondering if I can have 2 controls in a horizontal-oriented StackPanel so that the right item should be docked …

wpf layout wpf-controls stackpanel alignment
How to make layout with View fill the remaining space?

I'm designing my application UI. I need a layout looks like this: (< and > are Buttons). The problem is, …

android layout android-layout