gpt4 book ai didi

android-layout - 容器在 Android Studio 预览版中扩展

转载 作者:行者123 更新时间:2023-12-03 14:42:44 25 4
gpt4 key购买 nike

每当我在设计器表面添加一个新的容器 View 并同时设置 layout:widthlayout:heightwrap_content ,容器 View 大小超出了应有的大小,如下所示。

我应该怎么做才能解决这个问题?

Android Studio
content_main.xml 的代码片段

enter image description here

编辑 : 可能与上图略有不同,但仍然是相同的问题。

<?xml version="1.0" encoding="utf-8"?>
<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:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context="com.dance2die.myapplication.MainActivity"
tools:showIn="@layout/activity_main">

<ListView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/listView"
android:layout_alignParentTop="true"
android:layout_alignParentStart="true"
android:padding="0dp" />
</RelativeLayout>

最佳答案



android:layout_width="match_parent" android:layout_height="match_parent"

关于android-layout - 容器在 Android Studio 预览版中扩展,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36611852/

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