如何将 xml 图像调整为其父级的高度

Posted

技术标签:

【中文标题】如何将 xml 图像调整为其父级的高度【英文标题】:How to set an xml image resizing to its parent's height 【发布时间】:2021-10-28 04:18:41 【问题描述】:

我正在做一个需要使用图像的应用程序,但 Horizo​​ntalScrollView 上的 ImageView 没有调整到其父级的高度。怎么做?我尝试了所有方法,例如 centerCrop、ScaleType 等……但没有任何效果


        <HorizontalScrollView
            android:layout_
            android:orientation="horizontal"
            android:layout_>

            <LinearLayout
                android:layout_
                android:layout_
                android:id="@+id/sharedLinearLayoutImgs"
                android:orientation="horizontal">

                <ImageView
                    android:layout_
                    android:layout_
                    android:scaleType="centerCrop"
                    android:adjustViewBounds="true"
                    android:src="@drawable/loremipsum"/>


            </LinearLayout>

        </HorizontalScrollView>

【问题讨论】:

【参考方案1】:

保持线性布局的高度为“match_parent”。

【讨论】:

啊是的,我会尝试抱歉,没有看到像我们在法语中所说的那样 就是这样!非常感谢

以上是关于如何将 xml 图像调整为其父级的高度的主要内容,如果未能解决你的问题,请参考以下文章

HTML/CSS - 阴影图像调整大小

如何在保持宽高比的同时将图像调整为固定的宽度和高度?

如何将织物画布拉伸到其父 div 的全宽

如何在不使用其父级的情况下设置 SimpleXmlElement 的文本值?

当父可调整大小时,如何防止嵌套DIV的内容溢出父级?

如何自动将div的高度调整到背景图像?