首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

小白有关问题,The word '@drawable' is not correctly spelled

2012-04-05 
小白问题,The word @drawable is not correctly spelledmain.xml中出现如题提示... 因为res文件夹下没有

小白问题,The word '@drawable' is not correctly spelled
main.xml中出现如题提示... 因为res文件夹下没有drawable文件夹么?如何解决啊 谢谢

<TextView
  android:id="@id+/widget28"
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:text="@string/str_id"
  android:textColor="@drawable/darkgray"
  android:layout_x="61px"
  android:layout_y="69px" />

[解决办法]
drawable 中创建一个xml文件,里面设置颜色
[解决办法]
android:textColor="@color/你的颜色值"

热点排行