在android中的控件LinearLayout 中的android:gravity="center" 屬性,要么是居左、居右、居中對齊,android:gravity="right" 和 android:gravity="left" 并不能達到雙控件的左右兩端對齊,
創新互聯專注于興隆臺網站建設服務及定制,我們擁有豐富的企業做網站經驗。 熱誠為您提供興隆臺營銷型網站建設,興隆臺網站制作、興隆臺網頁設計、興隆臺網站官網定制、微信小程序開發服務,打造興隆臺網絡公司原創品牌,更為您提供興隆臺網站排名全網營銷落地服務。要實現兩端對齊方式,要采用 中間增加一個控件的方式實現 ,并設置屬性android:layout_weight="1",原因是設置android:layout_weight="1",就把控件均分了。
具體的布局文件如下:
Xml代碼
<?xml version="1.0″ encoding="utf-8″?>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="20dp"
android:background="#EFEFEF"
android:orientation="horizontal">
<Button
android:text="button1"
android:layout_marginLeft="4dp"
android:id="@+id/btnlogin_main"
android:layout_height="20dp"
android:layout_width="wrap_content"
android:textSize="12dp"
android:background="#EFEFEF"
android:textColor="#404040">
</Button>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1" />
<Button
android:id="@+id/btnSetting_Main"
android:layout_marginRight="4dp"
android:layout_width="wrap_content"
android:layout_height="20dp"
android:text="button2"
android:textSize="12dp"
android:background="#EFEFEF"
android:textColor="#404040">
</Button>
</LinearLayout>
效果如圖:
實現兩個button按鈕 兩端對齊
另外有需要云服務器可以了解下創新互聯scvps.cn,海內外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業上云的綜合解決方案,具有“安全穩定、簡單易用、服務可用性高、性價比高”等特點與優勢,專為企業上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。
分享題目:Android學習—LinearLayout布局中實現左右對齊-創新互聯
文章網址:http://vcdvsql.cn/article12/dsdidc.html
成都網站建設公司_創新互聯,為您提供網站收錄、App開發、外貿建站、網站營銷、定制開發、搜索引擎優化
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯