Android layout文件夹下的代码里有个错误,看了好久都不知道原因 5
layout下的activity_main.xml布局如下:<?xmlversion="1.0"encoding="utf-8"?><LinearLayoutxmlns:...
layout下的activity_main.xml布局如下:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/hua"
android:orientation="vertical" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="20sp"
android:textColor="#FFFF00"
android:ic_launcher="#666666"
android:text="@string/str" />
</LinearLayout>
提示错误:error: No resource identifier found for attribute 'ic_launcher' in package 'android' 大神们,帮帮忙白 展开
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/hua"
android:orientation="vertical" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="20sp"
android:textColor="#FFFF00"
android:ic_launcher="#666666"
android:text="@string/str" />
</LinearLayout>
提示错误:error: No resource identifier found for attribute 'ic_launcher' in package 'android' 大神们,帮帮忙白 展开
2个回答
展开全部
android:ic_launcher="#666666"
这个属性没有把
这个属性没有把
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询