gpt4 book ai didi

android - 为什么我的 Android 应用程序的图像和屏幕顶部之间存在间隙?

转载 作者:搜寻专家 更新时间:2023-11-01 08:08:00 26 4
gpt4 key购买 nike

在我的 xml 文件中,我正在使用它。我的问题是为什么在较小的屏幕上使用它时,屏幕顶部和图像之间会出现如此巨大的差距。然而在大屏幕上一切都很好。

编辑:我认为问题出在重量上。有什么想法吗?

<LinearLayout 
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >

<ImageView
android:id="@+id/area"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="5dp"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:layout_marginTop="10dp"
android:layout_weight="1"
android:src="@drawable/area_selector"
android:contentDescription="@string/app_name"/>

<ImageView
android:id="@+id/volume"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="5dp"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:layout_marginTop="10dp"
android:layout_weight="1"
android:src="@drawable/volume_selector"
android:contentDescription="@string/app_name"/>

</LinearLayout>

最佳答案

代表 Teovalds,评论的答案作为答案:尝试将 android:adjustViewBounds="true" 添加到 imageview 标签。

关于android - 为什么我的 Android 应用程序的图像和屏幕顶部之间存在间隙?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12671949/

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