Re: [android-developers] R.color Not showing.

2011-05-19 Thread Kiran Kumar Kendole
Thanks KIRANKUMARKENDOLE On Wed, May 18, 2011 at 4:50 PM, TreKing treking...@gmail.com wrote: On Wed, May 18, 2011 at 5:20 AM, Kiran Kumar Kendole k.kirankumar1...@gmail.com wrote: I am using Eclipse... and when I type R.(dot) i didnt see color option in suggestion box.. Do I need to

Re: [android-developers] R.color Not showing.

2011-05-19 Thread gaurav gupta
Hi kiran u hav to simply add a file in values Folder of ur project. there u can set ur colors as u want like ? xml version=*1.0* encoding=*UTF-8*? resources color name=*Red*#FF/color color name=*White*#FF/color color name=*Black*#00/color color

Re: [android-developers] R.color Not showing.

2011-05-19 Thread Kiran Kumar Kendole
thanks Gaurav. I did same what you told.. worked fine. Thanks KIRANKUMARKENDOLE On Thu, May 19, 2011 at 5:25 AM, gaurav gupta gaurav.gupta...@gmail.comwrote: Hi kiran u hav to simply add a file in values Folder of ur project. there u can set ur colors as u want like ? xml version=*1.0*

Re: [android-developers] R.color Not showing.

2011-05-19 Thread gaurav gupta
HI , u can use ColorPic software to fetch the code of any color u want to use. :) On Thu, May 19, 2011 at 3:12 PM, Kiran Kumar Kendole k.kirankumar1...@gmail.com wrote: thanks Gaurav. I did same what you told.. worked fine. Thanks KIRANKUMARKENDOLE On Thu, May 19, 2011 at 5:25 AM,

[android-developers] R.color Not showing.

2011-05-18 Thread Kiran Kumar Kendole
Hi All, I am new to Android. Can some one please help me. I m trying to use TextView.setBackGroundColor() , setTextColor() .. I see in some examples using R.color.solid_red I am using Eclipse... and when I type R.(dot) i didnt see color option in suggestion box.. Do I need to import any class

Re: [android-developers] R.color Not showing.

2011-05-18 Thread TreKing
On Wed, May 18, 2011 at 5:20 AM, Kiran Kumar Kendole k.kirankumar1...@gmail.com wrote: I am using Eclipse... and when I type R.(dot) i didnt see color option in suggestion box.. Do I need to import any class for this.