Android中怎么利用FrameLayout實(shí)現(xiàn)幀布局-創(chuàng)新互聯(lián)

Android中怎么利用FrameLayout實(shí)現(xiàn)幀布局,很多新手對(duì)此不是很清楚,為了幫助大家解決這個(gè)難題,下面小編將為大家詳細(xì)講解,有這方面需求的人可以來(lái)學(xué)習(xí)下,希望你能有所收獲。

創(chuàng)新互聯(lián)公司堅(jiān)持“要么做到,要么別承諾”的工作理念,服務(wù)領(lǐng)域包括:網(wǎng)站建設(shè)、網(wǎng)站設(shè)計(jì)、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣等服務(wù),滿足客戶于互聯(lián)網(wǎng)時(shí)代的龍江網(wǎng)站設(shè)計(jì)、移動(dòng)媒體設(shè)計(jì)的需求,幫助企業(yè)找到有效的互聯(lián)網(wǎng)解決方案。努力成為您成熟可靠的網(wǎng)絡(luò)建設(shè)合作伙伴!

FrameLayout

在這個(gè)布局中,所有的子元素都不能被指定放置的位置,他們統(tǒng)統(tǒng)防御這塊區(qū)域的左上角,
并且后面的子元素直接覆蓋在前面的子元素之上,將前面的子元素部分和全部遮擋。

用途

常用于進(jìn)度條的表示

<?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="第一個(gè)" />

 <TextView
  android:layout_gravity="center"
  android:background="#422322"
  android:id="@+id/textView2"
  android:layout_width="200dp"
  android:layout_height="200dp"
  android:text="第二個(gè)" />

 <TextView
  android:layout_gravity="center"
  android:background="#f1f1f1"
  android:id="@+id/textView3"
  android:layout_width="100dp"
  android:layout_height="100dp"
  android:text="第三個(gè)" />

 <TextView
  android:layout_gravity="center"
  android:background="#f22"
  android:id="@+id/textView4"
  android:layout_width="80dp"
  android:layout_height="80dp"
  android:text="第四個(gè)" />
</FrameLayout>

Android中怎么利用FrameLayout實(shí)現(xiàn)幀布局

<?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>

看完上述內(nèi)容是否對(duì)您有幫助呢?如果還想對(duì)相關(guān)知識(shí)有進(jìn)一步的了解或閱讀更多相關(guān)文章,請(qǐng)關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝您對(duì)創(chuàng)新互聯(lián)的支持。

當(dāng)前題目:Android中怎么利用FrameLayout實(shí)現(xiàn)幀布局-創(chuàng)新互聯(lián)
標(biāo)題網(wǎng)址:http://bm7419.com/article16/ddppgg.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供定制開(kāi)發(fā)網(wǎng)站設(shè)計(jì)、網(wǎng)站內(nèi)鏈ChatGPT、手機(jī)網(wǎng)站建設(shè)、App開(kāi)發(fā)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

商城網(wǎng)站建設(shè)