Re: [android-developers] Want to set a solid background to my spawned activity

2010-09-09 Thread Mike Adams
I figured it could be done in the XML of the activities layout and googled and found this: http://developer.android.com/guide/topics/ui/themes.html in particular the section on this page Apply a theme to an Activity or applicationseems to have this example. Mike On Thu, Sep 9, 2010 at 7:21 AM,

[android-developers] Want to set a solid background to my spawned activity

2010-09-09 Thread Peder
Hi. I'm not very familiar with the android SDK yet. I have an application (game), which is developed mainly using the NDK, and uses egl to render. i have an activity which handles the egl swapbuffer and runs the games native main loop, pretty straight forward I guess. Now I have made another activ