The layout tag is for questions about the placement, alignment and justification of objects with respect to a containing element.
3
votes
0answers
143 views
Android Layout views rotated and spaced around a circle?
I'm trying to figure out a way to layout a series of views around a circle, in such a way that each view is rotated to be facing outward from the circle. The picture below is a rough sketch of what ...
3
votes
0answers
160 views
Android custom component works fine at runtime, but doesn't work at design time
I am doing my first steps in Android development.
In the meantime I am trying to create a custom component (for testing purposes) that will later be used on an Activity.
Here's the code for ...
3
votes
0answers
108 views
Android Layout Image display in wrong position on a Table row
I have an ImageView on the left and a Table on the right. Inside table there is one row display 2 images but the result is one image on left and the other image on the right. they are not adjacent?! ...
3
votes
0answers
45 views
Putting messages in Eclipse form headers on a line beneath the title
I'm having some trouble with error messages in Eclipse form headers. At the moment, the layout has the title on the left, toolbar buttons on the right, and any messages we put on the header (using ...
3
votes
0answers
148 views
How does an Android app on Google TV display in the overscan area (youtube can why can't I?)
This is for Google TV...
I have been through the layout xml multiscreen stuff and this is what I've come up with:
in my layout file:
<RelativeLayout ...
3
votes
0answers
222 views
Android - layout error:106 width:0 ellipsizedWidth:0
While I am debugging and testing my Android App, it displays all the time inside DDMS the following warning:
layout error:106 width:0 ellipsizedWidth:0
It keeps repeating the same warning even while ...
3
votes
0answers
236 views
Children of my custom layout won't re-layout and re-measure correctly
I have implemented a custom layout that extends ViewGroup. In its onLayout() method, I make a loop on all my children : I add them to the layout, measure them and then layout them. It works just fine. ...
3
votes
0answers
438 views
Combining layout_weight and maxHeight?
I have the following "button bar" layout setup:
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">
<RelativeLayout
...
3
votes
0answers
230 views
Android: calculating view size inside MyAdapter::getView
I have a ListView inside which I dynamicaly fill the list items in the getView() method, with a combination of TextView, and an ImageView.
I need to calculate the size of the Text and Image view ...
3
votes
0answers
290 views
Visual Studio 2010 Toolbar Layout Keeps Resetting
My VS all the sudden started resetting my toolbar layout & selected after its closed/re-opened. Once VS is reopened additional toolbars are displayed which I don't use - quite annoying.
I tried ...
3
votes
0answers
2k views
Android custom horizontal progress bar bitmap drawable gets stretched
I am using custom progress bar drawable for horizontal progress bar in Anroid application. It is a two-leyered drawable. First layer is diagonally striped png image with tileMode="repeat". Second ...
3
votes
0answers
843 views
Scaling layout with invariant aspect ratio in Android
I want to create a GUI for my app which is essentially a background image with some controls on top of it. The important (and tricky) part is that the background image should keep its aspect ratio and ...
3
votes
0answers
600 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 ...
3
votes
0answers
1k views
How can I change layout params while program is running
I have an ImageView sitting on a FrameLayout. I want to be able to move this imageView by setting a margin:
LayoutParams lp = new FrameLayout.LayoutParams(WRAP_CONTENT, WRAP_CONTENT);
...
2
votes
0answers
44 views
Table moves to j-query specified position on button click - and then moves back
I need 4x4 buttons, and since I am new to HTML etc, I decided to use the easy, but deprecated Table. Due to me using a premade online-found Filebrowser, I had to change my Jquery-file to a newer ...
2
votes
0answers
45 views
Android: Schedule / Festival Line - Up Layout with fixed rows
I'm developing an Android app for a festival and I need to make a layout for the line up of all the bands and stages. I would like to make it like following picture:
You can download the app at ...
2
votes
0answers
72 views
Combine javafx 2 ListView and GridPane features
My target is to display an abbreviation list with two entries per line: the abbreviation and the corresponding long version. For a nice layout I used a GridPane because of the vertical alignment over ...
2
votes
0answers
196 views
How to build a multiple columns ListView in android and user can scroll to see invisible columns?
I want to build a Table with many columns (20) and many rows (100), so some columns would be invisible due to the screen's width.
I choose to use ListView for this, but how to make user see the ...
2
votes
0answers
82 views
Show an android soft-keyboard in the graphical layout of eclipse
I googled this but there wasnt even a topic about it. So Im asking here. Is it possible to show the keyboard type which i use for an activity in the graphical layout editor in eclipse?
Im using an ...
2
votes
0answers
343 views
Eclipse: adt was unable to instantiate class com.android.ide.eclipse.adt.internal.editors.common.CommonXmlEditor
while developing with Eclipse, and trying to install hibernate, storm and some other ORM / DAO generator tools, the eclipse stopped working properly.
I had two kind of error:
1 while building it said ...
2
votes
0answers
338 views
pixel align on windows phone 8 devices
I am trying to display a simple fullscreen bitmap on WP8 device (Lumia 920).
It has 1280x768 screen, using ScaleFactor 160 and virtual resolution of 800x480.
Here is the result of displaying ...
2
votes
0answers
105 views
How to Change Layout Params on pinch zoom in android?
Hello Developers,
i am having a relative layout and inside that having web view so i want to integrate the pinch zoom and on pinch zoom i want to change the webview height and width ...
2
votes
0answers
83 views
Activity orientation in ActivityGroup
I have problem with recreating activity in ActivityGroup when orientation of screen is changed. This is the structure of app:
I use TabActivity with TabHost. From each tab own ActivityGroup is ...
2
votes
0answers
52 views
Rails semi-isolated engine: layout rendering heisenbug
I have a weird bug in my engine that seems to show up randomly. Here's the problem : i have a Blog engine ; it has two main controllers, one for frontend and the other for backend. Both inherit from ...
2
votes
0answers
61 views
Global sidebar with widget support
I would like to make a layout with a sidebar that can have widgets from different modules. Lets say there shall always be a login widget at the top if the user isn't logged in then it shall show user ...
2
votes
0answers
27 views
Site iPhone layout breaking on 1 page but not another similar page?
http://littlegiant.co.nz/preview/tradeworks/
If you look at the home page on an iPhone you will see the menu drops down to the next line, but if you go to any of the other pages it doesn't.
What ...
2
votes
0answers
164 views
Is there a way of increasing width of Action Bar drop down list
I have run though various scenarios and I haven't been able to find a solution.
The issue arises when the orientation of the device is switched to landscape. The tabs become a spinner. The spinner ...
2
votes
0answers
89 views
Fixed Width (position:fixed) — Fluid Width (scrollable) — Fixed Width (scrollable)
Alright, I have this issue, but whenever I want to search "fixed-fluid-fixed" it brings back fixed width on the first column, not position fixed.
How do I get a 3 column layout that is like this:
...
2
votes
0answers
205 views
Android RelativeLayout addrule not working while adding inflated views
I am inflating a xml file to a custom view and adding it to a Relative Layout.
While adding the custom views to Relative Layout i am setting some rules using the addRule method. But the views are ...
2
votes
0answers
181 views
jQuery Isotope: Custom layout based on active sort
I'm using Isotope and wondering if this scenario is even possible:
Example:
There are three categories within a portfolio to sort by: Branding (B), Identity (I) and Websites (W). The columns go up ...
2
votes
0answers
158 views
Active buttons and a never-disappearing `MediaController` at the same time, possible?
I implemented a simple MediaController using this code (which I found here on stackoverflow). My first problem is that I want the MediaController to be visible always. I can override the hide() ...
2
votes
0answers
130 views
Force actionbar relayout during configuration change
I have activity which isn't recreated during configuration change. In my action bar I have many "ifroom" buttons. When activity is created in portrait mode there are a few of them are shown in ...
2
votes
0answers
113 views
Android layout manager shows something wrong
I have a really strange problem to solve. After using the layout manager for weeks, it's suddenly "stopped" working. Although I've read the others problems claimed that it doesn't show anything, and ...
2
votes
0answers
209 views
How to make BoxLayout behave as vertical FlowLayout?
FlowLayout performs "pressure" from the right, so as all components are trying to take their minimal widths. Contrary, BoxLayout tries to spread all components to fill entire height of the space.
Can ...
2
votes
0answers
90 views
can a JLabel show overflow (x or y or both)?
So in css you can set overflow on a div, for eg, and force it to show any overflowing elements appended to it. Can you do that with swing?
JLabel outside=new JLabel();
...
2
votes
0answers
428 views
Why is UITextView contentInset/padding different on simulator vs device?
I'm debugging a strange text wrapping problem on my device that I have tracked down to some kind of modification in the UITextView contentInset value starting in XCode 4.
Here is the sample code I ...
2
votes
0answers
1k views
Android paddingBottom not working without paddingTop
I am currently using a layout that contains a RelativeLayout inside a ScrollView.
I want the RelativeLayout to be contained 5dp away from the bottom of the ScrollView so it does not overlap the ...
2
votes
0answers
311 views
Get tab host from layout of fragment returns in NullPointerException
Here is the layout for the fragment :
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/lytContainer"
...
2
votes
0answers
182 views
android update view at runtime
I have a custom imageView and I change it's background drawable at runtime. Images don't have the same height and when a resource have higher height, the top margin does not update itself (if top ...
2
votes
0answers
338 views
Changing Buttons from Relative Layout to Linear Layout weird side-effects
The strangest thing happened to me today and caused hours of frustration and anger-management issues.
I had a working Android slideshow application. However, I was unhappy with the buttons (which ...
2
votes
0answers
123 views
Scale animation in front?
I'm applying a scale animation to a view (a grid item), which is in a gridview, which is in a pager, which is in a linear layout.
Everything already works besides my scaled griditem becomes larger ...
2
votes
0answers
1k views
ckeditor image align center customization
After researching at least a dozen threads on image centering in regards to ckeditor I wanted to post what I am using for one of our company applications and see if any other geeks have tips or ...
2
votes
0answers
362 views
rails does not render application.html.erb
I am learning rails by working on a small project and I'm using rails 3.2.3.
I used nifty generator to create my model and layouts and clearance gem for the login.
Now when I go to the index page of ...
2
votes
0answers
657 views
RazorEngine - Use Layout and Html.Raw
I'd like to use the following Razor template with RazorEngine:
@{
Layout = null;
}
@Html.Raw(MyNamespace.MyClass.SomePropertyWithHtml)
When I call it I get 2 errors - one complaining it can't ...
2
votes
0answers
518 views
GridView items: set relative sizes
I'm trying to display some items in a GridView. I want each item to fill a relative part of the screen (image B) and all I have is GridView take just the space it needs at the top of the screen (image ...
2
votes
0answers
190 views
Radio grouop layout (Android)?
I need 4 radio buttons in a radio group, but I need them in a square pattern (2x2) instead of all horizontal or all vertical. I tried surrounding a linear layout with radiogroup, but it didn't work. ...
2
votes
0answers
174 views
artifact over surfaceview camera preview
I have a surfaceview that contains a camera preview and below this is a listview and the preview works but sometimes there is and artifact the same color as the background over the preview now if the ...
2
votes
0answers
102 views
Rails 3.1 layout specified in controller not overriding layout from parent controller when using Capybara/Selenium
I have a base controller
class Admin::BaseController < ApplicationController
before_filter :authenticate_admin!
layout 'admin'
end
inherited by another controller
class ...
2
votes
0answers
543 views
Personal hotspot breaks layout on iPhone
My layout is broken when i turn of my personal hotspot , when my personal hotspot is on, it goes wel but the layout stays the same when my personal hotspot is turned of.
my setup
i have ...
2
votes
0answers
1k views
ImageView: fill horizontal maintaining aspect ratio
I need an ImageView scale it image until fill the parent horizontally.
If the imageview background is red, and the rest of the content (below the image) is the green I'm looking for the result shown ...


