Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
2k views

Scale background image to wrap content of layout

I have a layout that contains some text fields and has a background image that's displayed at the top of my activity. I'd like the background image to scale to wrap the content (don't care about ...
5
votes
2answers
221 views

getHeight returns 0 for all Android UI objects

I'm building a UI, and it's all static defined in the XML. All of it has weights all over the place, and while it looks right, I wanted to see that things actually have the right height and all. The ...
3
votes
3answers
117 views

ImageView on orientation change - Drawable ignores setBounds and returns to original state

EDIT 3: I am maintaining the original question below for historical reasons. However, I have found that the issue is not isolated to FrameLayout. Hence, updated the title. Instead of over-crowding ...
3
votes
1answer
51 views

Rotating 90 degrees the FrameLayout containing webview in Android

I am trying to rotate the framelayout containing the webview in android, here is my code : FrameLayout contentView = (FrameLayout) getRootView().findViewById( R.id.content); ...
2
votes
1answer
86 views

Android: Reusing embedded views in gridview [Solution Posted]

I am trying to reuse a framelayout that has an image and textview inside it but I don't think I am doing this right. The code works and the display is right but the performance is very poor and I ...
2
votes
1answer
139 views

Resizing images according to the Screen Size on Android

I am making a graphic intensive application for Android. The problem i am facing is that on my home screen there are 6 images that are placed on a FrameLayout. Since i own a HTC Desire, I placed the ...
2
votes
1answer
273 views

Trouble scrolling 2 ScrollViews on a FrameLayout

I have a FrameLayout which has a ScrollView as the only child. During runtime I inflate a RelativeLayout which has a ScrollView within and add it to the FrameLayout (This child view now overlaps the ...
2
votes
2answers
57 views

Is a dialogBox considered a View?

Is a DialogBox considered a View in Android? I want to add one to a FrameLayout, but I'm not sure if I can? Is it possible?
1
vote
1answer
43 views

Layout issue on Android with FrameLayout and ScrollView

I'm trying to split the screen in 2 areas, to the left an ImageView and to the right a ScrolView. I'm adding the ImageView and the content of the ScrollView programatically, so the xml file of the ...
1
vote
1answer
44 views

Android layout- relative vs frame

I have an application where I want achive a layout where the product image will be the background and the top of that to the right bottom, I want to place the price of the product and to the left ...
1
vote
2answers
320 views

Android: Set margins in a FrameLayout programmatically- not working

here is the code- FrameLayout.LayoutParams params = (FrameLayout.LayoutParams) searchPin.getLayoutParams(); params.setMargins(135, 176, 0, 0); //params.leftMargin = 135; // also not worked ...
1
vote
0answers
322 views

How to add View to Frame Layout Android

I'm trying to get a simple camera app up. I have used the sample CameraPreview code provided by Google. And even the code below is taken from the documentation on the android developers site. But ...
1
vote
1answer
197 views

Android Fragment does not respect match_parent as height

Title says it all. Sorry for the huge code dump, but I'm truly lost. MyActivity.java onCreate: super.onCreate(savedInstanceState); setContentView(R.layout.activity_singlepane_empty); mFragment = new ...
1
vote
1answer
363 views

ListView in background receives input (Fragment API)

My app is based on a tabbed layout where each tab is assignes a FragmentActivity. One of this activities has the following layout: <FrameLayout android:id="@+id/filialenView" ...
1
vote
2answers
723 views

Stretch image in FrameLayout to match neighboring element's height?

An instance of ImageView in a RelativeLayout with height set to fill_parent will stretch as the RelativeLayout does. E.g. if an EditText in the same layout is 10 lines tall, the image will stretch to ...
1
vote
2answers
359 views

How do I position a two views, on top of each other, at certain coordinates, in Android?

I have two views, a game view and an admob view. I want the game view positioned at 0, 0 and with fill parent (so it covers the whole screen), and I want to admob view to be located at 50, 50 (just ...
1
vote
2answers
1k views

top border on FrameLayout when using tabs

I have a screen that uses tabs in my android application. There is a line (like a border) that shows between the tabwidget and the framelayout. I want to get rid of that line, but cant seem to find ...
1
vote
1answer
461 views

Android. How do I dynamically change the color of the entire FrameLayout instead of just the color of the View backround?

This is my main.xml <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" ...
1
vote
2answers
2k views

Android TabHost Layout Question

This is my first tabbed application for Android. I walked through the "HelloTabWidget" app on androids website, but I can't figure out how to add content to the tabs. The FrameLayout stacks stuff on ...
0
votes
0answers
18 views

FrameLayout.LayoutParams not updated in custom view [solved]

i implemented a TranslateAnimation, added a listener to the animation and after that animation i want to update the view layout params so the view is responsable to clicks. The problem, in ...
0
votes
1answer
26 views

Getting a False return from listview

I am getting a false return when implementing a listview within a framelayout/tab layout. For the life of me I can't seem to figure out why I am getting a false return on my app when implementing a ...
0
votes
1answer
48 views

Fragment FrameLayout Animations when GONE

Does anyone know or can give an example how this fragment animation is done when removing a fragments framelayout container so when the container is set to GONE, it just doesnt disapere but instead ...
0
votes
0answers
35 views

Android GestureDetector cannot detect onScroll event with FrameLayout

I have a view that extends FrameLayout and need to be notified of the scrolling events on it. this view has an instance of a class that implements the GestureDetector which is invoked by the overriden ...
0
votes
1answer
57 views

Android: unable to click the bottom TextView after translate animation within a FrameLayout

I have a FrameLayout in which I have placed two identical TextViews. I want to be able to translate the first view to the left (which I have done and is working like a charm). However I want to be ...
0
votes
0answers
90 views

Childrens in FrameLayout is not drawn

I'm implementing a function in my Android app where the user is able to dynamically add and remove views in a FrameLayout and position them with absolute coordinates by using drag and drop techniques. ...
0
votes
1answer
37 views

Add dynamically a Fragment on my Activity

I'm using fragments and when I select something on my left fragment, I want a right fragment to be created by my main activity. So I did this to add my Fragment on a FrameLayout : //add a fragment ...
0
votes
2answers
47 views

Positioning an image on top of an image with specific coordinates? Android

Platform: Android End Goal: Getting a speedometer style needle to move around a dial according to test results. Current Issue: At the moment I have placed the needle on top of the speed dial as a ...
0
votes
1answer
37 views

Framelayout with two Elements

I got a FrameLayout which has two elements, a TextView and a View with a Backgroundcolor. Whithin eclips previw this shows up as expected, the view overlays the Textview. Howewer when i am inflating ...
0
votes
0answers
85 views

calling bringChildToFront() from a surfaceView within a frameLayout doesn't work?

Can you add a surfaceView child to a frameLayout, and then call bringChildToFront() to bring another child view in front of the surfaceView? This is my first android app I've made, so please let me ...
0
votes
1answer
82 views

Multiple layers android Animation

I am working on an android application that requires multiple views which will overlap each other in one main view (FramLayout). Each of those 3 views will be the same size and have different kinds ...
0
votes
1answer
74 views

TabHost keeps adding the dynamic tabs when app restarts after Back Button pressed

I'm creating the 3 tabs dynamically based on example here http://developer.android.com/resources/tutorials/views/hello-tabwidget.html the application works well except one issue. when I launch app ...
0
votes
0answers
85 views

Android FrameLayout can't set a View visible when it's initially set to invisible

I have met a very strange issue in android FrameLayout. I am trying a very simple game which has a SurfaceView, and when the game ends, I want to popup another view on top probably displaying some ...
0
votes
0answers
73 views

downloaded image use as background image in my framelayout

I have a downloaded file and i want to use as background image in my framelayout. I use this code but it gives me an error . here is the line where i get the error: fm.setBackgroundDrawable(dr); ...
0
votes
3answers
116 views

change background image of Framelayout via URL

is it possible to use a url to set background for framelayout? Example: i want to use the URL like this as my framelayout background. what i really want to achieve is that when my activity loads it ...
0
votes
2answers
50 views

Android: How do you define buttons and other widgets outside of a layout?

So generally you define an XML layout with a single root node and all the buttons and such contained inside. But if you want to just define buttons somewhere so you can reference their IDs later on ...
0
votes
1answer
179 views

Move FrameLayout to the left (containing a SlidingDrawer Button handle)

I have a Button which is the handle for a SlidingDrawer. I have another button I want to be accessible on the same row as the SlidingDrawer button handle as well. This does not seem possible with a ...
0
votes
1answer
259 views

Is it possible to pass an onTouchEvent to multiple views in Android?

I have read a few questions regarding this topic on SO but haven't really found a solid answer to it. I have a framelayout that I stack multiple custom views on, however the onTouch event only works ...
0
votes
1answer
70 views

Getting a RunTime Exception when accessing FrameLayout

So I'm writing an app, and for some reason I get a Runtime exception when I try to get the height of a FrameLayout. I use weight quite a bit throughout the design, so I wanted to double check they ...
0
votes
1answer
83 views

How to use frame layout in android

i have to create an android layout which has a textview on the top, an imageview under that textview and a imagebutton under imageview. When imagebutton is touched, the textview and imageview have to ...
0
votes
0answers
127 views

what is wrong with code below ? android layout animation

What is the problem here below ? layout = (FrameLayout)findViewById(R.id.currency); //this animation is not working RotateAnimation an = new RotateAnimation(0.0f, -360.0f, 400, 500); ...
0
votes
4answers
84 views

How to fix an ImageView to the bottom of a Layout?

I have a FrameLayout with a vertical LinearLayout inside. I have an ImageView that I want to sit at the very bottom of my layout. I'm not sure how to do this. I added it as the last element in my ...
0
votes
0answers
132 views

Empty TableLayout causing Touch event malfunction in FrameLayout

I have a FrameLayout that involves the use of Panel from http://code.google.com/p/android-misc-widgets/ and http://w2davids.wordpress.com/android-slidingdrawer-top-down-style/ The problem I face is ...
0
votes
1answer
171 views

android - overlap images (playing cards)

I am trying to make the playing cards in my game overlap such that only the first half of a card is seen and the other half is covered by the next playing card. The only card that should be completely ...
0
votes
0answers
112 views

Dynamic adding of multiple fragments

I am thinking of an app in which I will be programatically able to display some fragments according to metadata I have stored somewhere. Up to know, I have been able to find out, that each fragments ...
0
votes
3answers
149 views

Extending Activity with FrameLayout over multiple activities with code reuse

I am not sure if this is the right way to do it. I have a ChatActivity using FrameLayout in frame.xml. This activity needs to be reused across 5 activities. Is there anyway to do a code reuse? This ...
0
votes
1answer
67 views

how to use correct dragging of a view on android

it seems that there are a lot of solutions of how to use dragging of views on android . however, they are either too slow or buggy. a known solution is to have a framelayout , and the view simply ...
0
votes
3answers
139 views

Positioning ListViews inside FrameLayout

So I'm trying to create a screen which has a ListView and over that I need to be able to float another custom horizontal ListView, right at the bottom edge of the screen. When the user scrolls on the ...
0
votes
2answers
604 views

Overlay text over imageview in framelayout progrmatically - Android

I am trying to implement a textview over an image in a framelayout at the center and bottom of the layout as it is seen here: http://developer.android.com/resources/articles/layout-tricks-merge.html ...
0
votes
0answers
127 views

Add Buttons in SurfaceView [closed]

I am developing a game for Android using XML UI and SurfaceView. In SurfaceView i was totally unable to add buttons and Text fields. Somewhere i found to add SurfaceView and Buttons in a LinearLayout ...
0
votes
1answer
83 views

How to write a TextView in a determined coordinates of the screen? (frame layout)

I have a app that shows the camera view on the screen on a FrameLayout. The screen is in fixed LandSape mode. I need to write a textView with dinamically determined coordinates of the screen. The ...

1 2