亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Android學習—LinearLayout布局中實現左右對齊

發布時間:2020-07-30 19:03:22 來源:網絡 閱讀:3905 作者:孤月2012 欄目:移動開發

在android中的控件LinearLayout 中的android:gravity="center"  屬性,要么是居左、居右、居中對齊,android:gravity="right" 和 android:gravity="left"  并不能達到雙控件的左右兩端對齊,

要實現兩端對齊方式,要采用 中間增加一個控件的方式實現 ,并設置屬性android:layout_weight="1",原因是設置android:layout_weight="1",就把控件均分了

 

具體的布局文件如下:

Xml代碼 Android學習—LinearLayout布局中實現左右對齊 Android學習—LinearLayout布局中實現左右對齊Android學習—LinearLayout布局中實現左右對齊

  1. <?xml version="1.0″ encoding="utf-8″?>  

  2.   

  3. <LinearLayout        

  4.    android:layout_width="match_parent"        

  5.    android:layout_height="20dp"    

  6.    android:background="#EFEFEF"

  7.    android:orientation="horizontal">

  8.    <Button  

  9.            android:text="button1" 

  10.            android:layout_marginLeft="4dp"

  11.            android:id="@+id/btnlogin_main"

  12.            android:layout_height="20dp" 

  13.            android:layout_width="wrap_content" 

  14.            android:textSize="12dp"

  15.            android:background="#EFEFEF"

  16.            android:textColor="#404040">

  17.     </Button>

  18.     <TextView

  19.        android:layout_width="wrap_content"

  20.        android:layout_height="wrap_content"

  21.        android:layout_weight="1" />

  22.    <Button

  23.        android:id="@+id/btnSetting_Main"

  24.        android:layout_marginRight="4dp"

  25.        android:layout_width="wrap_content"

  26.        android:layout_height="20dp"

  27.        android:text="button2" 

  28.        android:textSize="12dp"

  29.            android:background="#EFEFEF"

  30.            android:textColor="#404040">

  31.    </Button>

  32. </LinearLayout>

 效果如圖:

   
       Android學習—LinearLayout布局中實現左右對齊

實現兩個button按鈕 兩端對齊


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

临清市| 册亨县| 博湖县| 东宁县| 新密市| 东源县| 揭阳市| 齐河县| 绥中县| 凤城市| 夏河县| 同德县| 会昌县| 都江堰市| 泾源县| 纳雍县| 怀宁县| 乌审旗| 紫金县| 汉阴县| 武城县| 茂名市| 通渭县| 永平县| 宽城| 阿勒泰市| 日喀则市| 特克斯县| 湟源县| 革吉县| 枝江市| 遂平县| 衡南县| 松溪县| 正定县| 达日县| 郴州市| 文水县| 应用必备| 江达县| 闽侯县|