您现在的位置是:主页 > news > dnf免做卡网站/外链代发平台
dnf免做卡网站/外链代发平台
admin2025/6/6 5:55:05【news】
简介dnf免做卡网站,外链代发平台,企业网站建设公,wordpress 图片文字环绕它是一个一个往上堆的。后面的会覆盖前面的。 而FrameLayout我们在设置时要注意俩个属性 android:foreground"drawable/pic1"设置前景 android:foregroundGravity"right|bottom"设置前景的位置 代 <?xml version"1.0" encoding"utf-…
dnf免做卡网站,外链代发平台,企业网站建设公,wordpress 图片文字环绕它是一个一个往上堆的。后面的会覆盖前面的。 而FrameLayout我们在设置时要注意俩个属性
android:foreground"drawable/pic1"设置前景
android:foregroundGravity"right|bottom"设置前景的位置 代
<?xml version"1.0" encoding"utf-…
它是一个一个往上堆的。后面的会覆盖前面的。
而FrameLayout我们在设置时要注意俩个属性
android:foreground="@drawable/pic1"设置前景 android:foregroundGravity="right|bottom"设置前景的位置
代
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"xmlns:app="http://schemas.android.com/apk/res-auto"xmlns:tools="http://schemas.android.com/tools"android:layout_width="match_parent"android:layout_height="match_parent"tools:context=".MainActivity"><FrameLayoutandroid:layout_width="400dp"android:layout_height="400dp"android:background="#ff0000"/><FrameLayoutandroid:foreground="@drawable/pic1"android:foregroundGravity="right|bottom"android:layout_width="800dp"android:layout_height="800dp"android:background="#00ff00"/><FrameLayoutandroid:layout_width="200dp"android:layout_height="200dp"android:background="#0000ff"/>
</FrameLayout>