0
votes
2answers
32 views

How to display .gif file in imageview?

My layout have lots of imageviews. I want to show .gif animated file in just one imageview. I tried Yash method (Adding gif image in an ImageView in android) but .gif file shown all layout. Other ...
1
vote
1answer
68 views

galaxy s4 and maybe all HD phones? out of memory error inflating layout

So this app I am working on, works just fine on a really old miserable Android 2.3.3 phone. However when running it on the GS4, the GS4 is throwing out of memory exceptions every time is has to load a ...
0
votes
2answers
50 views

ListView row height with ImageView

I have a Listview with a custom rows which contains: Button TextView ImageView ImageView Button <?xml version="1.0" encoding="utf-8"?> <RelativeLayout ...
0
votes
1answer
40 views

Changing an ImageView of one fragment makes an unwanted change to the layout of another fragment

I have an activity that extends SherlockActivity and who inflates a view that contains 3 different fragments. fragment1: <TextView android:id="@+id/tvTodayCal" ...
0
votes
2answers
74 views

Onclick of “ImageView” doesnt produce any action in android

I have 2 layouts in my activity, if clicked on ImageView "show" from 1st layout, 2nd layout should display, but here its not happening so, had given the coding correcting but could not solve this ...
1
vote
1answer
78 views

ImageView Array issues

im trying to fill an Array with ImageViews UPDATE 16:32: runOnUiThread(new Runnable() { public void run() { try{ ...
0
votes
2answers
70 views

I want to design a field for a 4-in-a-row game

I'm trying to set up a 4-in-a-row Game and have a little problem and can't fix it! This is my code: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" ...
1
vote
2answers
118 views

changing height and width of imageview in android

in my application on button click i want to change size of imageview.when i click on one button i want to increase size of imageview by 5(each width and height).and on clicking of other button i want ...
0
votes
1answer
113 views

ImageView is not Clickable when clicked on it in android

I have 4 activities in my app, which are the menu items, if i click on 1st activity's menu all the items gets displayed, but on the second or the preceeding activities menu is not clickable and also ...
0
votes
2answers
140 views

Menu(imageview) is not clickable in android

I have 4 activities in my app, which are the menu items, if i click on 1st activity's menu all the items gets displayed, but on the second or the preceeding activities menu is not clickable and also ...
0
votes
1answer
39 views

Placing an ImageView in a special position

This problem might seem very basic but I couldn't find an answer to it. I need to place an imageView in a special position in the screen. Suppose, I need it to be three tenth from the top, and one ...
2
votes
4answers
100 views

imageview position setting like this image

I like to setting Imageview like this. (http://wemakeucc.com/4.jpg) <-Check image please I only use imageview like this until now. <ImageView android:id="@+id/a_01_b" ...
0
votes
1answer
129 views

How to align ImageView in Listview (Android)

quick one I think: I am failing to get my listView to align the embedded ImageView properly. As you can see below, the images don't line up correctly (they are being affected by the amount of text ...
0
votes
1answer
431 views

Moving imageview with touch event

i just want a simple thing I hava a imageview and i can move it with touch This is my code, im sorry if this wrong because i just try it myself img.setOnTouchListener(new View.OnTouchListener() { ...
0
votes
3answers
134 views

android:layout_below with ImageView not working

Do android:layout_...s work with ImageViews? From the picture you can see that all 10 rows are on top of each other so that means that q2Image is not accepting the code ...
0
votes
4answers
88 views

How to put 50% for width

I have a LinearLayout in horizontal orientation and 2 ImageView and I want to make that ImagesView fill 50% of the screen on width, to work in every cellphone or tablet with diferent sizes. Something ...
0
votes
2answers
84 views

Inserting a textview in the middle of a imageview android

I need to put a text view in the middle of a imageview so i have this code <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/row_background" ...
0
votes
1answer
60 views

Multi clickable-zone on image Android

In my application, i need to display a map of France, divided into 5 zones. I did it with an image editor : i divided my map into 5 parts and save each part as a png. Each PNG has the same size. ...
0
votes
1answer
88 views

Android - Change BackgroundResource from Imageview in other class

I wanted (inherited from Activity) via a second class to access an ImageView and change it. Unfortunately I get a NullPointerExeption when I attempt this. The second class has no XML and no onCreate ...
0
votes
0answers
234 views

Placing ImageView at X Y of TouchEvent error

I have a strange error when applying this code. XML of layout: <ImageView android:id="@+id/imgDartBoard" android:layout_width="wrap_content" android:layout_height="wrap_content" ...
0
votes
2answers
26 views

Android Change Different Layout

I have a TabHost set up with tabcontent. However, this tabcontent doesn't take up the entire screen and a different layout is loaded at the top. How can I change the image in the layout above from ...
0
votes
1answer
79 views

Is it possible to add the same ImageView multiple times to a screen?

I am using a RelativeLayout for my whole screen. The images on the screen appear and disappear almost randomly, and it often happens that the same image is displayed multiple times. However, when this ...
0
votes
1answer
119 views

android round corners on ImageView not working with a fixed layout size

I found a lot of methods to create round corners on ImageView. They all work while the imageView and its parent layout are set to wrap_content or match_parent. But the layout of my application ...
0
votes
1answer
58 views

ImageView doesn't rescale Image to selected size

I'm using a ImageView with a fixed size for adding an icon to a menu. In my application, I use it a lot of times, but on this ImageView the Layout Params seem to not work. Unlike the others ...
0
votes
0answers
284 views

Draw bitmap with rect to ImageView

Im actually working on my own TowerDefense, and for that, I have implemented a scrollfunction for the map, because I dont want to squeeze the whole map in the screen. I used a rect for getting the ...
0
votes
1answer
270 views

Imageview too small

I would like to ask about layout problem for an imageView inside a scrollView. However, the image shown out to be very very small. Even for a 1024 * 1024 px picture cannot fully occupy the whole ...
0
votes
1answer
285 views

android - layout - maximize imageview

<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" ...
0
votes
1answer
182 views

Rotating Android activity with ImageView shrinks ImageView to 1px

I have an activity where a user can choose a photo through an intent. The expected behavior is as follows: The image is sized to fill the parent width (minus margins). This sizing should never ...
0
votes
1answer
224 views

Problems invalidating a View

I have an app with a layout that loads some remote images. When the remote image is being loaded, a clock with 100 forced height is being displayed (i did it overwriting onDraw from imageview), and ...
0
votes
1answer
206 views

Scaling ImageView on bottom of Layout

I try to make a Layout with two TextViews on top and an ImageView on the bottom of the Layout. But I have problems with the scalingtyp of the ImageView. The Image should always resize propotional but ...
0
votes
1answer
192 views

How to view images in GridView with its original dimensions

I want to display a set of images in GridView (They have the same dimensions). Below the layout for the GirdView and the GirdView Item .. Teh problem is that the image height is stretched. why ? ...
1
vote
1answer
327 views

adjustViewBounds isn't working in Android layout file

I have already looked at this thread: ImageView adjustViewBounds not working but it doesn't apply to my situation. Essentially, adjustViewBounds isn't working. Let's assume the following: ...
0
votes
1answer
90 views

Programmatic ImageView android duplicate rows

So I have a function for an android app that is supposed to take any number of pictures and display them 5 pics for each row, for some reason when it goes to the second row, it just repeats the pics ...
-1
votes
1answer
135 views

How to display bitmap in ImgaeView with its actual width and height

I download and image from the internet using the below two functions. What when display the download image in image view, its size(width and height( is different from the actual size. why ? as I have ...
0
votes
0answers
304 views

android unable to scroll image with ViewPager --> ScrollView --> Imageview

I am using a view pager inside my main view. Depending on the content of the frames I add one of two xml files. The first one is this: <?xml version="1.0" encoding="utf-8"?> <LinearLayout ...
0
votes
1answer
197 views

Android layout and scaling ImageView issue

I am trying to achieve something that on the face of it I thought would be easy but have researched loads and still struggling. I am setting an ImageView that will act as a background where parts of ...
0
votes
1answer
177 views

Position textview on top of clicked imageview

Is there a way to programatically add TextView and show it right next to the ImageView user clicked on? I tried something like this, but no results, TextView is added to the bottom of my layout: ...
2
votes
2answers
3k views

Rotate ImageView source from layout xml file

I have this ImageView in my layout: <ImageView android:layout_width="fill_parent" android:layout_height="wrap_content" android:contentDescription="@string/image_divider" ...
2
votes
1answer
75 views

Imageview jump to start position

i have an imageview and i move it in timer with: ImageView kembali = (ImageView) findViewById(idmusuh); ...
0
votes
1answer
49 views

Program running slow, because there are many objects.

I have a simple game, this game is about protecting baby from flies, so we must click the flies to kill it and save the baby. the flies is using imageview. But I have a problem, I have a timer that ...
0
votes
2answers
244 views

how to destroy the image button in android?

i have a simple game ..theres a snow move down and a penguin in bottom layout ..we must protec the penguin from falling snow And i want to ask you how we can destroy the imageview (snow pictures) ...
0
votes
2answers
105 views

Android layout - image pushes view away

This is my layout XML: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/main_screen" android:layout_width="fill_parent" ...
0
votes
3answers
421 views

Imageview floating left

How can I create ImageView floating to the left of the textView, something like html: <div> <img src="src" style="float:left"> Text here..... </div>
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
2answers
985 views

Adding imageView over another imageView cause resizing of the bottom one.How to prevent?

I have following problem: in my layout xml I have relative layout in which is placed an ImageView(drawable from app /res folder, is drawn). I need to add programmatically another ImageView(with ...
4
votes
2answers
2k views

Set negative margin on ImageView shifts ImageView but not Image

I Need to shift an ImageView, which is a direct child of a LinearLayout, a bit to the left. What happens: The View is shifted (can see the "bounding box" is shifted, with android layout manager) but ...
0
votes
1answer
331 views

Set random position to ImageView at start

I have 8 ImageViews on my RelativeLayout. When activity onCreate it starts method init: private void init() { gameFieldView = (RelativeLayout) getGameFieldView(); mainView = ...
0
votes
3answers
1k views

How to make imageview properly center inside another view to make a border?

What I'm trying to accomplish is simply to create a small 2-4dp padding border around my imageview. The result (looks correct in ADT but this is what it looks like on a device): Notice that there ...
1
vote
0answers
219 views

How to get ImageView left-aligned with java coding?

I have searched the solution about ImageView alignment. But most of the solutions are using layout.xml. To make it flexible, I'm using java code to add ImageView to layout. Following is my code. It ...
0
votes
1answer
487 views

Get width and height of ImageView on orientation change

I'm trying to fit a bitmap into an ImageView that changes size when rotating the device. It changes size because I load different layouts for portrait and landscape mode respectively. I calculate the ...

1 2 3