Render an activity view semi-transparent

Cableguy

Expert
Licensed User
Longtime User
Is there any way of acomplish this?
Render an activity semi-transparent, in order to have a seethough efect...
I was hoping to achieve this on the top most level, the main activity..
 

Cableguy

Expert
Licensed User
Longtime User
Precisely, but how does this afect te views in that Activity?? Do they also become translucent?
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
I am now able to state this:

-The presented .xml file changes work! With this altered .xml, if you...
-Set the Activity Alpha value to 0 (zero), the activity renders invisible
-Set the Activity Alpha value to 255, the activity renders opaque
-Set the Activity Alpha value between 0 (zero) to 255, the activity renders translucent with a variable transparency
-In either cases, all the other views contained within the ctivity are completly solid and in foreground!.


So I can say that a Widget alike app is already possible to create with 4Android...I only need to test if the "In the back" icons react to click events, when alpha is set to zero
 
Upvote 0
Top