Tagged Questions

6
votes
1answer
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 ...
2
votes
1answer
809 views

Dynamic transparent background in my Android App Java

OK, So I want to set the background to a transparent image and change the color of the background on an event firing. I can set the background image to a resource in an xml file, and I can also change ...
1
vote
1answer
2k views

Including a background drawable foobars my layout in Android. Ideas why?

If I don't include a background in my root layout then everything renders as I expect: However, if I add JUST ONE LINE adding in a background then the layout goes completely haywire: The ...
0
votes
1answer
70 views

How to set background Hilight to a LlinearLayout?

I want to set the background android.R.attr.selectableItemBackground to a LinearLayout. Using xml there are no problems (it works) <LinearLayout android:id="@+id/llMiner" ...
0
votes
3answers
56 views

how to change the textView color from selector

I have LinearLayout with textView. I have set the LinearLayout background from selector android:background="@drawable/tab_bg_selector" so when pressing the layout it change the background color ...
0
votes
0answers
217 views

Android linearlayout animation

Hi i have a linear layout which i'm using as a bottom bar in a listview and when zips are pressed i show the layout and hide it at other times. I decided it would look nicer to slide it up so i wrote ...
0
votes
1answer
57 views

Droid x , Linearlayout background image isn't showing ?

I have developed many android apps and I always use android:background = "@/drawable/imagename" and it always worked. Now I'm testing on three devices (Galaxy s , droid x and droid 2 ) and the ...
0
votes
1answer
147 views

Dynamic Background (on LinearLayout) - what is my error?

I have a problem, I'm trying to get my apps background to change, each ten seconds, based on a timer... I have done what i could and cant work it out as im a beginner to java and programming :) I ...
0
votes
1answer
66 views

How do adjust the background property of top layout

I have a linearLayout as the main layout in my android xml file. The background is set to "@drawable/window_background_red". Inside the activity (at run time) I want to set this to ...
0
votes
2answers
641 views

Creating Background Image for Android App - Java

I'm just getting started with android development and I need help with background images. I want to be able to have a background image and then overlay other items (buttons, text, etc.) on top of that ...
0
votes
3answers
446 views

Android resizing problem with LinearLayout and tiled background

I have the following layout (it is complex but I have to put it all) ; I have 3 LinearLayouts, horizontal with a tiled png as background : 2 must be placed in the top of the screen and the last in the ...