gpt4 book ai didi

android - android listview中的标准文本和图像大小

转载 作者:行者123 更新时间:2023-11-29 02:14:37 25 4
gpt4 key购买 nike

嗨我正在从 Web 读取 XML 并将它们显示在 ListView 中。 xml 包含图像位置,因此我在显示图像的同时还显示了文本。图片大小建议为48*48 px here .但是当我在实际设备中看到 ListView 时,图像看起来很小。关于如何使该图像有点大的任何想法?有没有标准的图片和文字大小??这是我的布局:-

<ImageView
android:id="@+id/logo"
android:layout_gravity="left"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
<TextView
android:id="@+id/name"
android:textSize="16sp"
android:textStyle="bold"
android:textColor="#2B2B2B"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="5dp"
android:layout_toRightOf="@id/logo"

/>

最佳答案

使用 dip 而不是 px。当你使用 dip 时,它在不同的屏幕上看起来更可调和更好。

关于android - android listview中的标准文本和图像大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5052911/

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