码迷,mamicode.com
首页 > 移动开发 > 详细

android LinearLayout 实现两端对齐

时间:2014-09-20 07:45:16      阅读:273      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   color   io   ar   div   sp   

<?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" >  
  
    <Button  
        android:id="@+id/Button01"  
        android:layout_width="wrap_content"  
        android:layout_height="wrap_content"  
        android:text="button01" >  
    </Button>  
  
    <TextView  
        android:layout_width="wrap_content"  
        android:layout_height="wrap_content"  
        android:layout_weight="1" />  
  
    <Button  
        android:id="@+id/Button02"  
        android:layout_width="wrap_content"  
        android:layout_height="wrap_content"  
        android:text="button02" >  
    </Button>  
  
</LinearLayout>  


转载来自:http://airshiplay.iteye.com/blog/1855799

android LinearLayout 实现两端对齐

标签:android   style   blog   http   color   io   ar   div   sp   

原文地址:http://www.cnblogs.com/lvlv/p/3982822.html

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