html5 帧布局,Android布局之帧布局FrameLayout详解

搜索热词

FrameLayout

在这个布局中,所有的子元素都不能被指定放置的位置,他们统统防御这块区域的左上角,

并且后面的子元素直接覆盖在前面的子元素之上,将前面的子元素部分和全部遮挡。

用途

常用于进度条的表示

android:layout_width="match_parent" android:layout_height="match_parent">

android:layout_gravity="center"

android:background="#687564"

android:id="@+id/textView"

android:layout_width="300dp"

android:layout_height="300dp"

android:text="第一个" />

android:layout_gravity="center"

android:background="#422322"

android:id="@+id/textView2"

android:layout_width="200dp"

android:layout_height="200dp"

android:text="第二个" />

android:layout_gravity="center"

android:background="#f1f1f1"

android:id="@+id/textView3"

android:layout_width="100dp"

android:layout_height="100dp"

android:text="第三个" />

android:layout_gravity="center"

android:background="#f22"

android:id="@+id/textView4"

android:layout_width="80dp"

android:layout_height="80dp"

android:text="第四个" />

8768fcf5bdae0d9b96e484278d531252.png

android:layout_width="match_parent" android:layout_height="match_parent">

android:layout_gravity="center"

android:id="@+id/progressBar"

style="?android:attr/progressBarStyle"

android:layout_width="wrap_content"

android:layout_height="wrap_content" />

android:layout_gravity="center"

android:id="@+id/textView5"

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="%20" />

b9bbefe813bbbf9e680b5f52cbaf3040.png

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持编程小技巧。

总结

如果觉得编程之家网站内容还不错,欢迎将编程之家网站推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值