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)

0
votes
0answers
5 views

jquery mobile google maps setDirections(response) layout

cant find out how to fix this layout issue: when google maps discription contains too long text it looks like on first image. layout in <li class="swipe_list" id="directions"></li> ...
1
vote
0answers
10 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 ...
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
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: ...
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: ...
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
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 ...
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 ...
-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 ...
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
30 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. ...
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 ...
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. ...
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 ...
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. ...
-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
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, ...
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" ...
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 ...
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 ...
0
votes
0answers
39 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
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 ...
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
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
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
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 ...
1
vote
1answer
77 views

CSS3 Snakes & Ladders / Zig Zag Layout

I am trying to create a fluid layout in which the wrapped content alternates from a left-to-right flow to a right-to-left flow. See example below: 1 2 3 4 5 10 9 8 7 6 11 12 13 14 ...
1
vote
0answers
33 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" ...
2
votes
4answers
56 views

which LayOut Manager is most suitable for my GUI?

I am struggling with the Layout Manager choice. I have to set a GUI which is basically like a stack, for instance: --------------- ' ' ' --------- ' ' | | ' ' --------- ' ' ...
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 ...
3
votes
1answer
36 views

matplotlib colorbar placement and size

I'm using quadmesh to create a simple polar projection plot. Here's a minimal script which produces basically what I'm trying to do: from __future__ import unicode_literals import numpy as np import ...
0
votes
0answers
8 views

Setting Margins for current landscape relativelayout

I have a simple application that uses an existing relativelayout. I have this layout in landscape format in the Manifest but I know need to set the layout's margins. I have the current layout and ...
0
votes
1answer
25 views

Eclipse Invia una ImageView in un ScrollView with a button

I want to send a imageview from bx.xml to a layout in another.xml(activity_main) with a button content in the.xml (activity_main). this is bx.xml: <?xml version="1.0" encoding="utf-8"?> ...
1
vote
0answers
46 views

professional android app look&feel, xml made or phonegap?

i just wanted to ask you guys a question... i've been making a research about android UI layouts... but as i've been trying to simulate Instagram or facebook's UI, it's hard. For example, that type of ...
1
vote
1answer
41 views

How to create an Google Currents like layout

Does anybody know how the article layout in the Google Currents Android app is built? I'd like to use some very similar layout for my app. Example: The first thing which came to my mind was to ...
0
votes
2answers
44 views

Swing: Place jTables and jButtons

I have a jFrame with 2 jTables (inserted in 2 jScrollPanes). Then, I have 3 jButtons for each jTable. How can I place them to have the following result: I don't know very well what Layout to use to ...
-2
votes
0answers
34 views

DrawerLayout use two sliding menu from left and right side [closed]

I need to create two different sliding menu in my App. And I try to use new support lib But I don't understand how two create menu in both sides with DrawerLayout
0
votes
1answer
29 views

Send an imageview in a scrollView

i have 2 .xml in one i have the resource of imageView and it is this: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
0
votes
3answers
49 views

Boxshadow now working on :hover but does in other one

I cannot get these div's to display the box-shadow when I hover over another div. I got it working in a Jsfiddle but when applied to these div's it doesn't work and I don't know why. I have included ...
-3
votes
0answers
20 views

fluid layout not working locally [closed]

I'm creating a site with fluid layout using Dreamweaver CS6. And I don't know why the fluid layout is not working on localhost but when I uploaded it it works perfectly fine. My local site is running ...
1
vote
0answers
22 views

Android Layout from downloaded xml

I've got problem with my school project. Basically user create a table on website with records and then by android app can upload own datas to table. Table might have many rows with different type ...
0
votes
5answers
47 views

Add a button in bottom of listview when the listview is empty (using ListActivity)

I using extends ListActivity to show the empty message when the list are empty. Below is my xml file: <?xml version="1.0" encoding="utf-8"?> <LinearLayout ...
0
votes
4answers
43 views

Buttton not shown in Android layout

I am trying to create the layout with a EditText,TextView and two Buttons. Here is the XML layout: <?xml version="1.0" encoding="utf-8"?> <LinearLayout ...
0
votes
0answers
17 views

displaying pictures on node dynamically using igraph

I am plotting the data from an excel sheet using igraph. Now I want images to appear dynamically on the nodes depending on the entity that it represents. For e.g. a person's image should be displayed ...
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
vote
2answers
57 views

Z-index issues not sure what to do now

How do i make the h1 and img elements "appear" ontop of the opaque div they are contained in? I mean, how do I make it look like they are not being affected by the opaque-ness of their parent div? ...
0
votes
0answers
23 views

Creating 15-tile game on android, do I use GridLayout or GridView?

I'm working on the classic 15-tile game for Android and I'm having a little confusion regarding how I should represent the grid. I've read that the one difference between the GridView and GridLayout ...
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 ...

1 2 3 4 5 214