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

learn more… | top users | synonyms (1)

1
vote
0answers
9 views

Layout qualifier for HTC Sensation

I've been developing for Android recently. My test phone is an HTC Sensation (w540xh960). This phone has been modded, however, to work with 190 dpi. The thing is it is applying the hdpi layout ...
0
votes
0answers
7 views

Making components in GridBayLayout bigger

I am having trouble resizing my component using a GridBagLayout. I created a custom button class to use in place of a JButton and I placed them in my JPanel using a GridBag Layout manager. I tried ...
13
votes
8answers
5k views

Browser doesn't scale below 400px?

I'm working on putting together a liquid style-sheet and it works wonderful. One thing that I've noticed is that my browser window in Chrome won't resize below 400px it just gets stuck there and in FF ...
0
votes
1answer
28 views

Java - Which Layout Manager should I use for my program?

Originally I wanted to use Border Layout but you can only use up to 9 boxes from my understanding. Is this true or not? Also is there something more easier than GridBagLayout yet more flexible than ...
0
votes
1answer
9 views

Is there a way to have consistent gutters when using the Susy grid system?

I am using and learning Susy and noticed that when using fluid or "magic" container style, the gutters scale along with the rest of the columns if the browser is resized. I am concerned that the ...
0
votes
2answers
33 views

Android layout positioning. Two rows text

I've got some problem with positioning TextViews. Currently my layout looks like: Text1: Text2 Text3: Text4 Ok, but when Text2 has 2 rows length or more I've got: Text1: Text2:1 Text3: ...
3
votes
5answers
3k views

Need to create Footer for Gridview in Android

See below layout. I am unable to put footer button below a GridView. Any help will be appreciate. When Gridview fill in the screen Button is not displayed. <?xml version="1.0" ...
0
votes
2answers
46 views

Child of RelativeLayout is not filling the height of the RelativeLayout

I have a ListView which gets populated with RelativeLayouts. The content of these RelativeLayouts can change and thus change their height respectively. On each RelativeLayout, I have a little vertical ...
0
votes
1answer
17 views

Converting 3 column layout to one column always at top

I am using http://www.dynamicdrive.com/style/layouts/item/css-liquid-layout-32-fluid-fluid-fixed/ as the starting point. I want one of the column to always remain visible at the top. I put {position: ...
-1
votes
2answers
470 views

android list inside layout

i am working on an Android app that needs showing a list[table], inside the layout[view] I come from iPhone dev objC land, and i have an app that shows a table[list] inside the view[layout] So how ...
0
votes
0answers
29 views

Using Google Maps as “Overlay” on another Layout/View

I have a little problem. My app has a surfaceview and displays the camera preview. Now I want a map overlay. This overlay should be displayed in a corner of the display and show the current position ...
0
votes
0answers
25 views

How to arrange two HTML columns, one of which has a fixed part, so they can stack?

I'm sorry but I really cannot find a good title for this question. Here is the situation. I have the following layout: Each rectangle is a <div>. In the red rectangle, I have three buttons ...
-3
votes
0answers
26 views

Swing absolute layout appearing very small [closed]

i have a problem once i run my java GUI code, where it starts in a really small windows and i have to drag it by the mouse to maximize it. it happened since i used the absolute layout instead of ...
0
votes
2answers
56 views

How do I enable/use XSLT document function in eclipse?

I am trying to write a XSLT file that will process an Android Activity layout xml file and create an HTML equivalent. In creating/testing out the xslt file, I am using the eclipse xslt tools. One of ...
0
votes
1answer
15 views

How to set LinearLayoutPosition in RelativeLayout Android

I'm going crazy trying to set my LinearLayout position into a RelativeLayout. Below You'll find my classes and xml files: package com.example.layoutprova; import android.app.Activity; import ...
2
votes
0answers
21 views

DataGridView Image Layout Stretch Bug

I'm using a DataGridView to display some data, including an image which I'm displaying in an "Image Column". To display the image properly, I set the Image Layout property to Stretch; however, I'm ...
0
votes
3answers
29 views

ListView not appearing / Android Layouts

I have a textView, editText, and listView. I would like to order the textView and editText next to each other, hence the LinearLayout. Additionally, create a listView under them. Here's the XML. ...
-1
votes
1answer
53 views

android layouts - using ImageView

I want to create the following layout - http://postimg.org/image/56e9y0hrj/ But when I use the Relative layout and write the following code, I get something like this. ...
0
votes
0answers
15 views

CSS Layout with Table Heights

I'm trying to make the following layout work.... http://jsbin.com/aqoseb/9/edit In chrome it works perfectly, but in Firefox/IE10 the scrollbars don't appear on the central content region. This is ...
2
votes
4answers
45 views

CSS: creating non-equal margins when centering a block element

The problem is as following. I have a block element, say <div> tag, and I want to center it. I can just set margin-left: auto; margin-right:auto and the problem will be solved. But how can I ...
1
vote
2answers
26 views

Android how to make buttons fit on various screen sizes

I've an app that has a menu of about 10 buttons. On my test phone(HTC ONE X), all of the buttons are displayed correctly. On my other test phone(HTC Desire C) a couple of buttons are off the screen. ...
1
vote
2answers
66 views

Differerentiate layout for two devices with same dpi

i have two layout folder: layout-sw800dp and layout-sw600dp so my app use layout-sw600dp for both devices , Samsung Galaxy Tab 7 and Nexus 7,and it makes my fonts and styles bigger for Nexus 7! how ...
3
votes
3answers
557 views

Three-column CSS layout - fixed/max./variable width

I'm having trouble getting the following three-column layout to work: A B C +-------+-------------------+------------+ | | | | | Fixed ...
0
votes
0answers
55 views

Change Layout item from Listview and ExpandableListView

I have one in the same activity and an ExpandableListView HorizontalListView. I need you, clicking on an item of Expandable Horizontal or both with a custom adapter, change layout, ie instead of a ...
0
votes
1answer
49 views

Add a layout in a view

I have this code so I can draw with the finger on a particular image. Now I want to add a Layout and some Imageviews in this Layout. How I can do this? Because I want to add in the Layout some onTouch ...
1
vote
1answer
67 views

Cleaning up a Nested J panel

Rebuilt the SCCE for you guys. My goal is this The general idea is that clicking on the title bars of the menus (right side) will collapsible (set visible to false) the content panes associated ...
0
votes
0answers
28 views

Java MigLayout: Buttons to dynamically add JTextFields are moved to the right

I've got a problem with MigLayout and I've posted the Code. The problem is: when I push the button of a specific row, a new TextField is added but then the buttons of every row will move to the right. ...
0
votes
0answers
38 views

Liferay: How to organize code that shall run only once [closed]

I want to write a script to create pages programatically. i have found many articles that include some pieces of code on how to do it, such as this article: The open question is: Where should this ...
0
votes
1answer
32 views

Set a generic layout for all modules in Zend framework 2

I'm working on a ZF2 Project, and I have some modules in my directories : /module/module1 /module/module2 /module/module3 /module/module4 [...] But, in each module I also have a specific layout, ...
385
votes
21answers
282k views

How to get screen dimensions

I created some custom elements and I want to programmatically place them to the upper right corner (n pixels from the top edge and m pixels from the right edge) therefore I need to get the screen ...
0
votes
0answers
32 views

Ugly bug? First item in RelativeLayout cannot be centered

We try a simple thing. Display a TextView horizontally and vertically centered in a RelativeLayout. This should be <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
1
vote
2answers
299 views

Add TextViews programmatically to a XML Layout

This is a XML LinearLayout linlayout.xml: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:id="@+id/mylinear" ...
0
votes
2answers
27 views

Confusion with margin-top alignment with a percentage value

I've been trying to get a handle on fluid layouts in CSS with percentages and thought I was getting somewhere until I ran into this problem while testing out some things. With the code below I have ...
3
votes
3answers
3k views

How do I center an SVG in a div?

I have an SVG that I am trying to center in a div. The div has a width or 900px. The SVG has a width of 400px. The SVG has its margin-left and margin-right set to auto. Doesn't work, it just acts as ...
0
votes
2answers
20 views

Problems adding multiple views into a layout

I am trying to add multiple views of the same layout. however, when doing the below code I am getting Exception: java.lang.IllegalStateException: The specified child already has a parent. You must ...
2
votes
2answers
524 views

How to modify WP Panorama item to be full screen

I'm trying to modify the PanoramaItem content size so that it has no margins and stretches the entire screen width/height. So far I've had no luck trying to modify a copy of the template. Negative ...
7
votes
5answers
6k views

How to get the _locale variable inside in a Symfony layout?

I'm working with Symfony 2 on a site which having 2 languages, and I want to change patterns of my routes depending on user locale language ! Example: user_login_en: pattern: ...
0
votes
2answers
41 views

Zooming in specific part of screen in WPF

I am implementing one small WPF application which has multiple rows and multiple columns. 0th row and 0th column contains a MediaElement and 1st row and 0th column contains a full screen button. When ...
3
votes
0answers
606 views

Spring Graph Algorithm w Node size

I need to do some graph layout drawing and have been looking at using something like the Spring layout algorithm as implemented here and discussed here However my nodes all have a width and height ...
0
votes
0answers
9 views

how to make an expandable list with more children?

hy.. i am new at this, so i just need some directions.. i have my own database connected in eclipse..and now i need to import the data from the database.. i have tried this example of exapandable ...
1
vote
2answers
68 views
+50

Layouting the parent of a parent of a parent

We have a tool, that has a GUI which contains multiple Sections. In these sections, we have Expandable Composites which are not expanded by default. When we try to expand these composites, the + ...
0
votes
0answers
86 views

losing image quality by getDrawingCache() android

I am new to stackoverflow, so I am sorry for any spelling mistakes or anything. I have a CMS, where I have uploaded the images of greeting cards. In my android app, I download those cards using ...
0
votes
1answer
41 views

How to place a text area in JPanel [duplicate]

I have created a JFrame containing 2 JPanels(panel1,panel2). I have added panel2 in panel1. panel1.add(panel2); I have added a text area into panel2. panel2.add(textarea); finally panel1 to ...
0
votes
0answers
22 views

Inflated Layout in other Layout Android

I have a ArrayAdapter Class which inflates a rowView with EditText. Everything workes fine with given layout. But now I want to put this inflated layout in another Layout but don't know how maybe ...
0
votes
1answer
24 views

Twitter bootstrap white gap on right side of page

I am having an issue with my responsive stylesheet with Twitter Bootstrap. The site shows up fine with no issues but for whatever reason the responsive tablet and phone have this huge white gap to the ...
0
votes
0answers
24 views

Android xml layout blank space

Iam developing a HTML5 Android app, and Iam stucked at basic xml layout of Android app. When I run my app in emulator and on my Android smartphone I have unexpected blank space on the right side. ...
3
votes
1answer
31 views

How to keep same header/footer across pages in jQueryMobile?

Is there an easy method to keep the same header/footer while navigating jQueryMobile pages? The only solutions I came across so far relies on injecting it dynamicly on page-change, but this screws up ...
1
vote
0answers
32 views

Android resource resolution algorithm

I am quite familiar with the android docs on how to provide resources. Yet I have some questions that I didn't find answered. My resource folders use selectors on "Screen pixel density" ...
1
vote
1answer
23 views

Yii renders only one page without layout

I have a weird problem. I copied my website into production environment (from windows to ubuntu). I correct few big/small letter issues and app started to work fine. Until I entered one page that ...
0
votes
6answers
47 views

Margin-top not working for certain elements

I have 2 elements that are not responding to margin: 260px 0 0 0; or margin-top: 260px;. And I don't know why. When I open dev tools in IE and inspect the element, the margin is there, but the element ...

1 2 3 4 5 214