android 布局文件出错。。。。。

<?xmlversion="1.0"encoding="utf-8"?><LinearLayoutxmlns:android="http//schemas.android... <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http//schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="horizontal"
android:paddingLeft="10dip"
android:paddingRight="10dip"
android:paddingTop="1dip"
android:paddingBottom="1dip"
>
<TextView ---------------->>这里出错
android:id="@+id/mp3_name"
android:layout_height="30dip"
android:layout_width="180dip"
android:layout_textSize="10dip"/>
<TextView ------------------->>这里警告
android:id="@+id/mp3_size"
android:layout_height="30dip"
android:layout_width="180dip"
android:textSize="10dip"/>

</Linear
展开
 我来答
百度网友5f0cd7c
2013-04-25 · 超过15用户采纳过TA的回答
知道答主
回答量:56
采纳率:0%
帮助的人:45万
展开全部
错误1:LinearLayout xmlns:android="http//schemas.android.com/apk/res/android"改为
LinearLayout xmlns:android=http://schemas.android.com/apk/res/android
原因:http后缺少冒号(:)。
错误2:
<TextView ---------------->>这里出错
android:id="@+id/mp3_name"
android:layout_height="30dip"
android:layout_width="180dip"
android:layout_textSize="10dip"/>
将android:layout_textSize="10dip" 改为android:textSize="10dip"就可以了,没有android:layout_textSize的属性
unknown_after
2013-04-19
知道答主
回答量:7
采纳率:0%
帮助的人:3.2万
展开全部
没有android:layout_textSize="10dip"/>这个属性,换成android:textSize="10dip"就行了。另外,文字的大小,最好写sp而不是dip。希望对你有帮助
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
oueraini
2015-11-06 · TA获得超过3062个赞
知道小有建树答主
回答量:358
采纳率:100%
帮助的人:103万
展开全部
android 布局文件常见错误:
1、报错:Set android:baselineAligned="false" on this element for better performance
如果LinearLayout被用于嵌套的layout空间计算,它的android:baselineAligned属性应该设置成false,以加速layout计算;
2、报错:android:baselineAligned="false"
This LinearLayout layout or its RelativeLayout parent is useless
多余的Linearlayout或者RelativeLayout删除即可;
3、报错:This tag and its children can be replaced by one <TextView/> and a compound drawable
有时候我们可能会用image+textview组合,但其实image是没必要的,textview提供了一个属性来给它设置image;
4、报错:android:drawable="@drawable/resource"
Use a layout_height of 0dip instead of wrap_content for better performance
当在一个linearlayout布局中为一个控件设置weight属性时,这个组件会默认填充剩余空间,去掉weight属性或者修改wrap_content为0dp;
5、报错:Buttons in button bars should be borderless;use style="?android:attr/buttonBarButtonStyle"
把style="?android:attr/buttonBarButtonStyle"加在button里面。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
徐守奎
2013-04-20 · 超过17用户采纳过TA的回答
知道答主
回答量:81
采纳率:0%
帮助的人:47万
展开全部
这个说明你的textview的属性写错了。。警告是因为你属性那个不对,现在一般高度宽度你用dp.字体都用SP..一般有警告,你鼠标放上去,会有提示。。。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式