gpt4 book ai didi

android-layout - android ImageView缩放以适合另一个 View

转载 作者:行者123 更新时间:2023-12-02 03:56:27 26 4
gpt4 key购买 nike

我有一个包含TextView和ImageView的相对布局:

    <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:adjustViewBounds="true"/>
</RelativeLayout>

它看起来如下:

我要实现的是:

这意味着我希望ImageView缩放以适合高度的TextView。无需Java编码就能在xml中完成吗?
如果我能写点什么
android:layout_height="match_that_TextView"

它可以解决这个问题,但是我猜这是不可能的。

最佳答案

在RelativeLayout中固定高度

关于android-layout - android ImageView缩放以适合另一个 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12373318/

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