爪哇夜未眠:杰哥走向架构之路
itanger
全部博文(215)
DreamWeaver(2)
Div+Css(1)
系统(4)
BIOS(1)
websphere(2)
工具类(1)
android(16)
Lucene(1)
Log4j(1)
Jboss(1)
Java架构(3)
J2ee(2)
SSH(2)
WebService(2)
WML-无线标记语言(2)
WebLogic(3)
iBatis(1)
EJB(3)
Spring(3)
JAVA基础(17)
Eclipse(3)
OSCache(1)
Tomcat(6)
服务器(0)
数据库(3)
Servlet(1)
算法(3)
JBuilder(1)
Hibenate(9)
JSF(7)
Struts(14)
2012年(1)
2011年(24)
2009年(16)
2008年(91)
2007年(83)
asacml
追梦小花
cynthia
浪花小雨
dr282235
alanhe21
pjchen
davelv
limengji
分类: Java
2011-01-09 22:16:01
线性布局文件:
android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"> android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1"> android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1"> android:layout_height="wrap_content" android:text="左上按钮" android:layout_gravity="left" /> android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1"> android:layout_height="wrap_content" android:text="右上按钮" android:layout_gravity="right" />
android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1" android:gravity="center"> android:layout_height="wrap_content" android:text="中心按钮" /> android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1"> android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1" android:gravity="left|bottom"> android:layout_height="wrap_content" android:text="左下按钮" /> android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1" android:gravity="right|bottom"> android:layout_height="wrap_content" android:text="右下按钮" />
上一篇:自定义时钟的实现过程
下一篇:动态添加登录框
登录 注册