Tagged Questions
1
vote
1answer
19 views
Setting content view hierarchy
I'm developing an app that implements a simple compass.
I'm creating and manipulating the compass itself in a class (Rose.java) that extends ImageView.
On my main activity I want to add the rose ...
0
votes
1answer
39 views
how do i create stackable images in android?
I have a requirement where i have to rotate the image and stack 3 images on top of each other .
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
...
0
votes
0answers
29 views
Android maginleft in RelativeLayout
I have a ImageView on a RelativeLayout, and I'm trying to hide a part of the ImageView on the limit of display. For that, i'm using the "setmargins" on a LayoutParams.
The problem is the image was ...
3
votes
3answers
59 views
ImageView not stretching (Android)?
I have an ImageView inside a RelativeLayout. the ImageView's source is a .png file. The problem is that android is not scaling the image up or down when tested on devices with different resolutions. I ...
0
votes
1answer
65 views
Android: creating custom 2D avatar
I am creating an app that allows a user to build a custom 2D avatar by specifying things like shoes, socks, skin color, etc...
Currently my solution has been to create a .PNG of each item and then to ...
0
votes
1answer
114 views
Android: On changing the image on ImageView the Edittext disappeared
I am new to android app development on eclipse IDE.
I am trying to make a basic app in which, on clicking the button both the image in ImageView as well as the text in EditText replaces with another ...
0
votes
3answers
130 views
Programmatically adding an ImageView relative to another one (Android)
I'm trying to programmatically add an ImageView then add another one that is relative to this one. My code:
RelativeLayout mLayout = (RelativeLayout) findViewById(R.id.myLayout);
ImageView anchor = ...
0
votes
1answer
194 views
ImageView animations in live wallpaper
(Android)
I am working on adapting a full-screen analog clock app to a live wallpaper.
The app use three separate ImageView for hour, min, sec hands and RotateAnimation.
I have been looking around ...
-1
votes
4answers
180 views
Android view does not show up
I have this layout in my application, the problem is, the ImageView which has the ID overlay, does not show up over the others, and when I check the layout with Android SDK Hierarchy viewer tool, that ...
0
votes
2answers
61 views
An issue with layout params of relative layout
I am having an issue with my app, basically i have few layouts like this:
|ABC|
each letter describe one layout(A is the relative layout).
When i am adding an image view to the relative layout, this ...
0
votes
3answers
481 views
Find the position of a bitmap in android imageview when container view scaled centerInside
I have an RelativeLayout that contains a custom ImageView, the scaleType="centerInside", I load in a bitmap (usually smaller than the imageView). How can I get the top/left position of where the ...
6
votes
4answers
1k views
Repeat Image in with ImageView in RelativeLayout
I want to repeat the image with ImageView with in RelativeLayout. Can it be possible to use the Bitmap xml and use tilemode "repeat" with RelativeLayout, because what I have seen things on Internet ...
0
votes
0answers
94 views
Is it possible to add dynamic text on top of SlidingDrawer handle?
What I'm trying to do is to take this usual SlidingDrawer code:
<SlidingDrawer
android:id="@+id/drawer"
android:layout_width="match_parent"
android:layout_height="match_parent"
...
1
vote
2answers
234 views
Android Layout: 1 imageview on fixed position and 2 imageviews fill up the remaining space
I have made a design that looks like this:
The problem is the creation of the little triangle that should point to the currently selected category.
In essence, without background and stuff it ...
1
vote
0answers
251 views
Why is my relative layout filling the screen rather than wrapping content when I add an image?
I have a RelativeLayout, we'll call this the 'slider', that I want to overlay on another RelativeLayout (by switching visibility="gone" and "visible") when "Add People" is clicked, but the overlay ...
1
vote
2answers
668 views
android : Relative layout width wrap_content
I have following layout:
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal" >
<ImageView
...
0
votes
1answer
162 views
How can I align a RelativeLayout containing a ListView in between other two RelativeLayout on each side horizontally?
I am including the layout.xml:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
...
0
votes
1answer
511 views
GridView with images aligned bottom in a RelativeLayout
I've searched this forum up and down and found different solutions but none of them have worked as expected. I even tried looking at the Shelves project that's open sourced and that seemed much too ...
0
votes
2answers
78 views
How do I eliminate the margin from textview with empty string?
So, I have a relative layout that looks like this:
ImageView TextView1
TextView2
Suppose, the content of TextView1 is "" (empty string), and all the views and layouts are set to wrap_content, the ...
0
votes
0answers
113 views
How to make 2 ImageView clipped in RelativeLayout
I have a layout with 2 ImageView, for example, a square(part 3) and a rectangle(part 1) as in the attached picture.
I want these ImageView has a clipped part in common ( part 2).
The problem is I ...
1
vote
0answers
201 views
Relative coordinates of an ImageView in Android
I have a square image in an ImageView contained within a FrameLayout that is right aligned (landscape layout). The FrameLayout is set to FillParent width and height and the ImageView is set to Adjust ...
0
votes
1answer
688 views
Android - Not updating GUI onResume
I have a class called HeaderView which I use all over my application:
public HeaderView(Context context, AttributeSet attrs) {
super(context, attrs);
ctx = context;
commonApi = ...
0
votes
1answer
284 views
Move imageview from scrollview to relativelayout
How to move imageview from ScrollView to RelativeLayout using dragndrop (or else)?
Android 2.2/2.3.3+
I Need OnTouch take imageview and smooth move to relativeLayout...
Sorry for my English..
1
vote
2answers
1k views
Can't Align ImageView in RelativeLayout
I have a layout containing two textViews and one ImageView.
the first text is aligned to the left. The second is also aligned to the left and is below the first text. the image is aligned to the ...
0
votes
1answer
544 views
Android custom listview relativelayout positioning issue
I'm relative new to android programming and layouts, and got stuck on creating a custom listview with text and icons. I have checked and tried out several examples, and tried to make my own list view ...
0
votes
0answers
158 views
Zooming Effect for Image View [duplicate]
Possible Duplicate:
How can I get zoom functionality for images?
I am new to android.. I have an image in my main xml file.. I want to add the the zooming effect for tat image .. I have got ...
1
vote
1answer
4k views
Change ImageView size programmatically
I have a relative layout with 3 ImageViews. The first one is a square image, the second is just used for spacing, and the third one is another square image.
Here is the xml code for that layout:
...
0
votes
2answers
1k views
RelativeLayout MarginLayoutParams resize ImageView make it very small
I have a ImageView and its src is a animation-list when I try to to set it margins programmatically it also resize the imageview very very small.
ImageView hand = ...
0
votes
1answer
1k views
How display some ImageView in a RelativeLayout?
I have a RelativeLayout
RelativeLayout myLayout = new RelativeLayout(this);
Then, I add 2 ImageView in this Layout:
RelativeLayout.LayoutParams params = new RelativeLayout.LayoutParams(20, 20);
...
2
votes
4answers
504 views
Imageview disappearing from layout
I have a relative layout that I use for several list displays in my application. For separation purposes, I have an image that I populate with a GradientDrawable between my top banner and the actual ...
0
votes
2answers
567 views
EXTREMELY SIMPLE android layout
I know this HAS to be simple. It's making me crazy though. I've tried so much crap to get this looking good and NOTHING IS WORKING!! :/
Here is my problem:
I want a layout to look like this:
A ...
0
votes
1answer
722 views
ImageViews inside of RelativeLayout, that is nested inside of a LinearLayout
My goal is to display 6 images (1 image, 6 times) across one line on my screen. My approach was to nest a RelativeLayout inside of a LinearLayout. My issue is that when I'm in 'portrait' mode, I ...
5
votes
3answers
6k views
Android: Using alignBaseline for an image following text
Below is a TextView followed by an ImageView contained in RelativeLayout. I'm trying to get the bottom of the image to align with the baseline of the text. When I use alignBaseline for the ...
2
votes
2answers
1k views
clickable imageview location change with animation - android
I have an imageview that's included inside a RelativeLayout. When the imageview is clicked, I animate the entire RelativeLayout with a translate animation to move it down.
when I click the imageview ...
0
votes
1answer
2k views
clearing contents of a RelativeLayout programmatically - android java
I am dynamically adding ImageViews to a RelativeLayout depending on user input. I have also created a button that when pressed, should clear all of the content of that RelativeLayout (remove all ...
0
votes
2answers
4k views
Android relative layout placement problems
I have been having problems creating a relative layout in XML for a list item to be used for a series of items in a ListView. I have tried for hours and am tearing my hair out trying to get it to look ...

