I'm new in Android. I have two questions:
I have an application with a first Login view and some others view.
I would like to set an image as background for all views except the login view. Is there a way to set this background view in some way or do I need to have an ImageView into every layouts?
Is it possible to have the action bar partially transparent? I would like to overlap the action bar on the background image into every view.
Is possible to have an ActionBar with customized height? I would like to have an action bar thinner but not completely on top (I would not want it to start from y = 0) Is this possible?