gpt4 book ai didi

android - 在 Android RelativeLayout maxWidth 中不起作用

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:44:10 25 4
gpt4 key购买 nike

我在内容中得到了 RelativeLayout:

<RelativeLayout 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"
android:maxWidth="350dp"
></RelativeLayout>

android:maxWidth="350dp" 不起作用。对于 layout_widthlayout_height 使用 wrap_content 都不起作用`。

最佳答案

RelativeLayout 甚至 ViewGroup 的文档都没有提到 android:maxWidth 的属性。此属性以及 maxHeight 是在 Android SDK 的 attrs.xml 文件中按 View 声明的。因此,例如 View TextView, EditText , ImageViewContraintLayout , 都具有该属性,但 Spinner 没有。您必须实现复杂的布局,创建支持 maxWidth/maxHeight 的自定义 ViewGroup,或者使用带有尺寸修饰符的多个布局文件来实现相同的效果。

关于android - 在 Android RelativeLayout maxWidth 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47595591/

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