gpt4 book ai didi

android - 正确使用 twoLineListItem Android

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

我是 android 开发的新手,正在尝试创建一个标题为粗体的列表
以及每个项目的较小描述。就像这里显示的那样(抱歉还不能发布图片):
http://i.stack.imgur.com/UVqzq.png
这是我必须开始的 XML:

<LinearLayout android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TwoLineListItem android:layout_width="fill_parent"
android:layout_height="wrap_content" android:mode="twoLine">
<TextView android:textAppearance="?android:attr/textAppearanceLarge"
android:id="@android:id/text1" android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
<TextView android:layout_below="@android:id/text1"
android:textAppearance="?android:attr/textAppearanceSmall"
android:layout_alignLeft="@android:id/text1" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:id="@android:id/text2" />
</TwoLineListItem>
</LinearLayout>

有没有办法从另一个 xml 文件中的数组填充列表?如果不是,我将如何从 Java 代码填充这样的列表?就像我说的,我是开发新手,所以我可能还差得远。感谢您的任何输入!

最佳答案

关于android - 正确使用 twoLineListItem Android,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4435645/

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