读书人

小白有关问题The word #039;@drawable#039;

发布时间: 2012-04-05 12:42:40 作者: rapoo

小白问题,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/你的颜色值"

读书人网 >Android

热点推荐