码迷,mamicode.com
首页 > 其他好文 > 详细

LinearLayout 让最后一个空间靠到屏幕底部

时间:2014-10-18 13:58:17      阅读:298      评论:0      收藏:0      [点我收藏+]

标签:android   io   ar   sp   on   bs   line   tt   text   

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:layout_weight="0.1"
android:gravity="bottom"
android:orientation="vertical" >

<Button

android:layout_width="match_parent"
android:layout_height="42dp"
android:layout_marginBottom="0dp"
android:background="@drawable/finish_bg"
android:text="一键加入" />
</LinearLayout>

 

比如这个Button 必须用LinearLayout包起来,然后设置:

android:layout_weight="0.1"
android:gravity="bottom"
android:orientation="vertical" 

LinearLayout 让最后一个空间靠到屏幕底部

标签:android   io   ar   sp   on   bs   line   tt   text   

原文地址:http://www.cnblogs.com/Ringer/p/4032897.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!