国产探花免费观看_亚洲丰满少妇自慰呻吟_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居中對齊(垂直和水平) 這里寫圖片描述


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 武安市| 阿克| 南岸区| 南部县| 神池县| 韶关市| 涪陵区| 小金县| 朔州市| 滨海县| 工布江达县| 织金县| 西乡县| 宿州市| 伊川县| 仁怀市| 北票市| 焉耆| 农安县| 怀来县| 渝中区| 威海市| 崇左市| 呼伦贝尔市| 乌苏市| 浙江省| 昭平县| 尼玛县| 岐山县| 靖边县| 东乡县| 婺源县| 五家渠市| 永福县| 会昌县| 万全县| 新乐市| 钟祥市| 咸宁市| 洪雅县| 屏南县|