gpt4 book ai didi

android - 均匀缩放线性布局中的图像

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

我有一个包含 6 个图像的线性布局,它们水平跨越线性布局。

   <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@layout/roundedcorner">
<ImageView
android:id="@+id/Icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/someImage">
</ImageView>
...

问题是,前 5 张图片没有缩放和采用像素宽度,第 6 张图片被压缩了,因为没有足够的水平空间。

有没有办法缩小所有图像,使它们具有统一的外观?

最佳答案

android:layout_weight="1" 添加到每个 ImageView。如果图像大小相同,则它们将以相同的方式缩放。

关于android - 均匀缩放线性布局中的图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3795707/

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