国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

安卓布局 - 幀布局(FrameLayout)

2019-11-09 16:29:04
字體:
來源:轉載
供稿:網友

FrameLayout (幀布局),在實際開發中用的較少,只有在特定的場合才需要。

<?xml version="1.0" encoding="utf-8"?><FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="第1個"/> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="第2個"/> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="第3個"/></FrameLayout>

上面我們建了一個幀布局(FrameLayout),其中有3個TextView控件。 這里寫圖片描述 看以看出:幀布局也是默認控件會重疊、左對齊、頂部對齊的。

<?xml version="1.0" encoding="utf-8"?><FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="第1個" android:layout_gravity="right|bottom"/> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="第2個" android:layout_gravity="center"/> <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="第3個"/></FrameLayout>

修改TextView的對齊方式:第一個TextView右對齊并且底部對齊,第二個TextView居中對齊(垂直和水平) 這里寫圖片描述


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 香格里拉县| 淳化县| 云霄县| 营山县| 响水县| 荣成市| 嘉善县| 桂东县| 西乌珠穆沁旗| 隆化县| 呼伦贝尔市| 突泉县| 方正县| 宁乡县| 河北省| 登封市| 大竹县| 平阴县| 祁阳县| 东丰县| 泰来县| 赤壁市| 左权县| 崇义县| 旺苍县| 土默特左旗| 平陆县| 山西省| 孟村| 黑龙江省| 连江县| 噶尔县| 余江县| 河南省| 重庆市| 孟津县| 琼结县| 六枝特区| 三台县| 牙克石市| 梁河县|