摘要: 今天犯下了低级错误,注意android中的LinearLayout的布局,放不下的时候不会依次排列,而是直接消失,所以一定要注意外层布局的layoutorientation属性!!布局文件是<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:la 阅读全文
posted @ 2013-03-21 10:38 bobo的学习笔记 阅读(206) 评论(0) 推荐(0) 编辑