Hi,

You can simply create a theme for this. Look at the various samples in
the SDK and you'll find examples on how to do this.

On Mon, Dec 7, 2009 at 7:27 AM, Syl <sylvain.guyoma...@altran.com> wrote:
> In my application, I don't want the activity to restart when user
> changes his mobile's orientation or when he opens his physical
> keyboard.
>
> So, I have to assign the following XML attribute to all my activities
> in the manifest file :
>
> android:configChanges="keyboard|keyboardHidden|orientation"
>
>
> I have a dozen of activities. So, my question is :
>
> Is it possible to assign the same XML attribute value to all
> activities ?
> Or should I copy the attribute in all the <activity> tags of the
> manifest ?
>
> Thanks !
>
> PS : I try to set the attribute value in the <application> tag but it
> doesn't work.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Romain Guy
Android framework engineer
romain...@android.com

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to