[android-developers] Re: Lists with white background and black color

2011-11-24 Thread lbendlin
Never assume. There are many device manufacturers out that who have a 
different opinion of ordinary.

You may need to set the attributes for the list elements separately.

-- 
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

[android-developers] Re: Lists with white background and black color

2011-11-24 Thread wyo
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?

On 24 Nov., 17:50, Mark Murphy mmur...@commonsware.com wrote:
 That should have worked fine. If you are using Eclipse, try cleaning
 the project or otherwise forcing Eclipse to recompile and reinstall
 the APK in your emulator.









 On Thu, Nov 24, 2011 at 11:35 AM, wyo otto.w...@orpatec.ch wrote:
  Ordinary lists have black background and white text yet I'd like to
  have it reverse. I've tried to add

  android:theme=@android:style/Theme.Light

  to the activity in my manifest yet with no effect. Any idea how to
  change my list?

  --
  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

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://github.com/commonsguyhttp://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 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


Re: [android-developers] Re: Lists with white background and black color

2011-11-24 Thread Mark Murphy
On Thu, Nov 24, 2011 at 1:52 PM, wyo otto.w...@orpatec.ch 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 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


[android-developers] Re: Lists with white background and black color

2011-11-24 Thread wyo
There's an error in the build.xml file at

project name=ListViewDemo default=help

default target help does not exist in this project

How do I correct this?


On 24 Nov., 20:06, Mark Murphy mmur...@commonsware.com wrote:
 On Thu, Nov 24, 2011 at 1:52 PM, wyo otto.w...@orpatec.ch 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/commonsguyhttp://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 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


Re: [android-developers] Re: Lists with white background and black color

2011-11-24 Thread Mark Murphy
Run

android update project -p .

from the project directory. I haven't updated the repo for that
project since the new build tools, sorry.

On Thu, Nov 24, 2011 at 3:06 PM, wyo otto.w...@orpatec.ch wrote:
 There's an error in the build.xml file at

 project name=ListViewDemo default=help

 default target help does not exist in this project

 How do I correct this?


 On 24 Nov., 20:06, Mark Murphy mmur...@commonsware.com wrote:
 On Thu, Nov 24, 2011 at 1:52 PM, wyo otto.w...@orpatec.ch 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/commonsguyhttp://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 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




-- 
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 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


[android-developers] Re: Lists with white background and black color

2011-11-24 Thread wyo
It updated the local.properties and proguard.cfg files but the
error in build.xml still persist.

On 24 Nov., 21:34, Mark Murphy mmur...@commonsware.com wrote:
 Run

 android update project -p .

 from the project directory. I haven't updated the repo for that
 project since the new build tools, sorry.









 On Thu, Nov 24, 2011 at 3:06 PM, wyo otto.w...@orpatec.ch wrote:
  There's an error in the build.xml file at

  project name=ListViewDemo default=help

  default target help does not exist in this project

  How do I correct this?

  On 24 Nov., 20:06, Mark Murphy mmur...@commonsware.com wrote:
  On Thu, Nov 24, 2011 at 1:52 PM, wyo otto.w...@orpatec.ch 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/commonsguyhttp://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 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

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://github.com/commonsguyhttp://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 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


Re: [android-developers] Re: Lists with white background and black color

2011-11-24 Thread Mark Murphy
On Thu, Nov 24, 2011 at 4:08 PM, wyo otto.w...@orpatec.ch wrote:
 It updated the local.properties and proguard.cfg files but the
 error in build.xml still persist.

Actually, the files in the repo are up to date for the current build
tools. Make sure you are on the current build tools via the SDK
Manager.

-- 
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 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