gpt4 book ai didi

android - DecorView 子框架布局

转载 作者:行者123 更新时间:2023-11-29 00:37:36 24 4
gpt4 key购买 nike

谁能给我解释一下为什么我的布局上的 DecorView 的子项是一个 FrameLayout 而我还没有定义一个?

这是xml布局

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/background_general" >

<ImageView
android:id="@+id/ivIKUGo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:src="@drawable/mainbutton_selector" />

<ImageView
android:id="@+id/imageViewmoto"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
android:layout_marginBottom="150dp"
android:src="@drawable/motto_buttonpage_hdpi" />

</RelativeLayout>

谢谢

最佳答案

您将在 DecorViewFrameLayout 之间有一个 LinearLayout,它包含 Activity 的内容如果您使用普通主题。如果您使用 NoTitleBar 类型的主题,则不需要额外的 LinearLayout 因此它被删除,留下内容 FrameLayout 作为DecorView

关于android - DecorView 子框架布局,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11650847/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com