gpt4 book ai didi

android RelativeLayout 错误 "No resource identifier found...."

转载 作者:太空狗 更新时间:2023-10-29 13:33:06 25 4
gpt4 key购买 nike

我正在尝试在 Android 中编写我的第一个相对布局。

我有一个工作正常的线性布局,所以我的相关布局 xml 文件是基于它的。

我收到以下错误:

    error: No resource identifier found for attribute 'layout_bottom' in package 'android'

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"
>

<TextView
android:id="@+id/text_1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="--"
android:layout_alignParentTop="true"
/>

<RadioGroup <-- the error is given in this line
android:id="@+id/kk"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_bottom="@id/text_1"
>

谢谢

最佳答案

关于android RelativeLayout 错误 "No resource identifier found....",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13441594/

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