Every activity can have its own theme. Just use android:theme on the
<activity /> tag in your AndroidManifest.

On Sun, May 16, 2010 at 11:12 PM, Anthoni <anthoni.gard...@gmail.com> wrote:
>> I'll add an example of this sort of layout to my to-do list to add to
>> the book. As I mentioned to somebody else earlier today, it's a long
>> to-do list...
>
> Sounds good.
>
> One more thing wanted to ask, regarding Layouts and Themes.
> I have my Application (in the AndroidManifest.xml) set to the theme
> below. It draws a background picture on all my activities. However, on
> a select few (about 2) I am not wanting the background to be drawn but
> instead I want to implement my own view using the canvas. So what I am
> wanting to know is, can I override / switch off themes in certain
> activities ?
>
> Themes.xml snippet
> <style name="Theme.SVP" parent="android:Theme">
>        <item name="android:windowBackground">@drawable/background</
> item>
>        <item name="android:windowNoTitle">true</item>
>    </style>
>
> Regards
> Anthoni
>
> --
> 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