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

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

安卓布局 - 幀布局(FrameLayout)

2019-11-09 17:33:02
字體:
來源:轉載
供稿:網友

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居中對齊(垂直和水平) 這里寫圖片描述


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 蓝田县| 罗山县| 阿城市| 五河县| 福安市| 湟源县| 辽源市| 邯郸市| 宣化县| 顺平县| 枣阳市| 平和县| 汉源县| 梁平县| 九寨沟县| 兰西县| 屯留县| 忻州市| 奇台县| 微山县| 乐陵市| 安达市| 桃园县| 临颍县| 铜川市| 安国市| 花莲县| 界首市| 桓台县| 湖南省| 南木林县| 永川市| 朝阳县| 德兴市| 万荣县| 铜川市| 六枝特区| 张掖市| 夏邑县| 措美县| 秭归县|