美文网首页
五大布局-----FrameLayout帧布局

五大布局-----FrameLayout帧布局

作者: shallwego_ | 来源:发表于2017-03-14 16:33 被阅读0次

    1、FrameLayout


    2、前景图像:
    永远处于帧布局最顶的,直接面对用户的图像,,就是不会被覆盖的图片。

    android:foreground -----设置前景图,在所有子视图的前面

    android:background -----设置背景

    android:keepScreenOn -----保持屏幕唤醒

    android:foregroundGravity -----定义绘制的前景图片的gravity属性

    2、利用FrameLayout实现霓虹灯效果。

    3、利用FrameLayout实现带文字的进度条。


    相关文章

      网友评论

          本文标题:五大布局-----FrameLayout帧布局

          本文链接:https://www.haomeiwen.com/subject/dwjhnttx.html