Top "Layout" questions

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

What is "android.R.layout.simple_list_item_1"?

I've started learning Android development and am following a todolist example from a book: // Create the array list of to …

android layout android-arrayadapter
Set the layout weight of a TextView programmatically

I'm trying to dynamically create TableRow objects and add them to a TableLayout. The TableRow objects has 2 items, a TextView …

android layout textview android-layout-weight
How to make an app's background image repeat

I have set a background image in my app, but the background image is small and I want it to …

android image layout
How to make my layout able to scroll down?

I can not scroll down the screen to view the data in the "Replied By:" section. How can I make …

android layout
Auto-expanding layout with Qt-Designer

I'm using the Qt Designer. I want to create a QVBoxLayout which will automatically expand to fill the whole window. …

qt layout qt-designer
Slide a layout up from bottom of screen

I have a layout hidden from the view. On a button click I want it to slide up from the …

android layout uislider
Android Layout Right Align

I have the following layout in place <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.…

android layout right-align
How to position three divs in html horizontally?

I am creating a sample website which has three divisions horizontally. I want the left most div to be 25% width, …

html css layout position
Can you center a Button in RelativeLayout?

I'm trying to center a button in relative layout, is this possible? I've tried the Gravity and Orientation functions but …

android layout