[android-developers] Re: setting the opacity of an activity

2012-12-23 Thread Piren
actually, they are. you also need to change the background of the Theme of the activity... add these two to your activity theme: item name=android:windowBackground@android:color/transparent/item item name=android:windowIsTranslucenttrue/item On Sunday, December 23, 2012 2:52:09 AM

[android-developers] Re: setting the opacity of an activity

2012-12-22 Thread Nobu Games
Activity views are not stacked on top of each other. On Saturday, December 22, 2012 6:01:45 PM UTC-6, dashman wrote: i have an activity and would like to set the alpha of the background. LinearLayout xmlns:android=http://schemas.android.com/apk/res/android;