gpt4 book ai didi

java - Widget ListView 加载 View

转载 作者:行者123 更新时间:2023-12-01 16:50:32 25 4
gpt4 key购买 nike

我正在尝试在小部件上显示动态列表,到目前为止,我已经能够显示我的 3 个标题(它们只是线性布局内的 TextView ),但对于我的项目(一个线性布局中的 2 个 TextView 在另一个线性布局内)布局) View 显示正在加载...而不是内容(任务标签)。

我已经在 RemoteViewsFactory 中将 getViewTypeCount 增加到 2,以匹配 getViewAt 返回的 View 数量。

我无法弄清楚这个布局中有什么错误会导致问题:

<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingTop="3dp"
android:clickable="true"
android:focusable="true"
style="@style/SelectableItemBackground"
android:id="@+id/widget_item"
>

<LinearLayout
android:paddingLeft="22dp"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="•"
android:paddingRight="6dp"
android:textSize="17dp"
android:textColor="@color/colorText" />
<TextView
android:id="@+id/widget_item_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="17dp"
android:textColor="@color/colorText" />
</LinearLayout>

感谢您的阅读:)

最佳答案

对于阅读本文的任何人,我已经能够通过抑制样式属性来解决这个问题

关于java - Widget ListView 加载 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61699587/

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