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