十二FrameLayout

Posted 星辰yi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了十二FrameLayout相关的知识,希望对你有一定的参考价值。

一、基本属性和其他布局形式差不多

1. foreground  前景色

2. foregroundGravity 前景布局

二、代码示例

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:layout_
    android:layout_
    xmlns:android="http://schemas.android.com/apk/res/android">

    <FrameLayout
        android:background="#ffff0000"
        android:layout_
        android:layout_/>

    <FrameLayout
        android:background="#ff00ff00"
        android:layout_
        android:layout_/>

    <FrameLayout
        android:background="#ff0000ff"
        android:layout_
        android:foregroundGravity="center"
        android:foreground="@drawable/bg"
        android:layout_/>

</FrameLayout>

  三、效果图

 

以上是关于十二FrameLayout的主要内容,如果未能解决你的问题,请参考以下文章

带圆角的 FrameLayout

重力设置动态不适用于 Framelayout

FrameLayout to RelativeLayout ClassCastException 即使没有使用 FrameLayout

在 FrameLayout 中显示 TextView

FrameLayout 中的 MergeRootFrame 是啥?

FrameLayout帧布局