Top "Absolutelayout" questions

Deprecated Android layout that lets you specify exact locations (x/y coordinates) of its children views.

How to inflate new copies of an ImageView object on a layout?

What I am trying to do is create N (in this case 9) copies of the ImageView object R.id.tile, …

android imageview coordinates inflate absolutelayout
ImageView within an AbsoluteLayout, How to set x, y coordinates of the ImageView?

What I'm trying to do is create a poorman's version of a gps map. I've setup a "map" picture as …

java android android-imageview absolutelayout
How to remove Children from an AbsoluteLayout in Xamarin.Forms?

In my app I use a Xamarin.Forms AbsoluteLayout. I have a custom menu bar. When I clicked on a …

children removechild xamarin.forms absolutelayout
Adding panel with without layout to the NORTH of BorderLayout

Colleagues. I'm trying to construct simple GUI in Java, where JFrame has Border Layout. I want to put JScrollPane with …

java swing layout border-layout absolutelayout
How to move a button programmatically in an absolute layout

i make a test application in eclipse with adt plugin. I want when a button is clicked to move it …

android adt absolutelayout
Android: how to change layout_x, layout_y in an AbsoluteLayout dynamically?

I have a fixed background-image and showing another image on top of it. Here is the xml- <AbsoluteLayout xmlns:…

android android-layout absolutelayout