91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Android中如何利用FrameLayout實現幀布局

發布時間:2022-04-13 16:12:33 來源:億速云 閱讀:181 作者:iii 欄目:編程語言

本篇內容介紹了“Android中如何利用FrameLayout實現幀布局”的有關知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領大家學習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學有所成!

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"
  
  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實現幀布局”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識可以關注億速云網站,小編將為大家輸出更多高質量的實用文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

云浮市| 灵寿县| 离岛区| 商河县| 宜昌市| 汝南县| 忻州市| 马尔康县| 永城市| 壶关县| 周口市| 房产| 玉山县| 宜阳县| 贵定县| 昌都县| 晋州市| 南投县| 昭苏县| 吐鲁番市| 稷山县| 旅游| 皋兰县| 柏乡县| 荥经县| 江都市| 平阳县| 万荣县| 兴仁县| 慈溪市| 嘉峪关市| 宜宾县| 汉寿县| 康平县| 峨眉山市| 高安市| 石林| 南靖县| 石阡县| 定州市| 集安市|