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

首頁 > 系統 > Android > 正文

Android布局之幀布局FrameLayout詳解

2019-10-22 18:25:56
字體:
來源:轉載
供稿:網友

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_gravity="center"  android:background="#687564"  android:id="@+id/textView"  android:layout_width="300dp"  android:layout_height="300dp"  android:text="第一個" /> <TextView  android:layout_gravity="center"  android:background="#422322"  android:id="@+id/textView2"  android:layout_width="200dp"  android:layout_height="200dp"  android:text="第二個" /> <TextView  android:layout_gravity="center"  android:background="#f1f1f1"  android:id="@+id/textView3"  android:layout_width="100dp"  android:layout_height="100dp"  android:text="第三個" /> <TextView  android:layout_gravity="center"  android:background="#f22"  android:id="@+id/textView4"  android:layout_width="80dp"  android:layout_height="80dp"  android:text="第四個" /></FrameLayout>

Android,幀布局,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"> <ProgressBar  android:layout_gravity="center"  android:id="@+id/progressBar"  style="?android:attr/progressBarStyle"  android:layout_width="wrap_content"  android:layout_height="wrap_content" /> <TextView  android:layout_gravity="center"  android:id="@+id/textView5"  android:layout_width="wrap_content"  android:layout_height="wrap_content"  android:text="%20" /></FrameLayout>

Android,幀布局,FrameLayout

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持VEVB武林網。


注:相關教程知識閱讀請移步到Android開發頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 徐汇区| 斗六市| 志丹县| 新乡县| 凌源市| 南木林县| 甘德县| 电白县| 徐州市| 昭通市| 海林市| 九寨沟县| 永善县| 沭阳县| 轮台县| 商丘市| 剑河县| 裕民县| 泸定县| 铜山县| 宕昌县| 元阳县| 景洪市| 阿瓦提县| 平利县| 兖州市| 荆州市| 宜君县| 神木县| 吉隆县| 绩溪县| 随州市| 黎平县| 卫辉市| 小金县| 开原市| 城固县| 抚宁县| 胶南市| 革吉县| 贵定县|