On Thu, Nov 24, 2011 at 1:52 PM, wyo <[email protected]> wrote: > I've cleaned and rebuild my project twice without a change, still > dark. I've deinstalled the app from the device and tried again, no > change again. I've added the > > android:theme="@android:style/Theme.Light" > > to the application as well with no effect. So what now?
Throwing android:theme="@android:style/Theme.Light" on the <activity> in this project works just fine: https://github.com/commonsguy/cw-android/tree/master/Selection/List Download that project, add in the theme, and run it. If it works, then the problem is something with your project. If it does not work, then the problem is something with your device or emulator. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

