Continuing problems running Android Apps

后端 未结 2 1362
旧巷少年郎
旧巷少年郎 2021-01-21 18:38

I have been having a very difficult time with android apps. I\'m using Eclipse, V 4.2.0, and running API version 7. Below is the LogCat output of one program I\'m having difficu

2条回答
  •  醉梦人生
    2021-01-21 19:15

    I think you need to move your color declaration out of strings.xml and put it inside of colors.xml

    colors.xml

    
    
    #ccff00
    
    

    Then inside your layout refer to it like this:

    
    

提交回复
热议问题