【发布时间】:2020-02-23 13:25:48
【问题描述】:
我有一个无限占位符视图 (https://github.com/janishar/PlaceHolderView),我的卡片布局看起来像 this 和 java 类 this。字段 imageView 和 category 已解决,但 likes TextView 没有。我得到的异常:`
android.content.res.Resources$NotFoundException: String resource ID #0x0
at android.content.res.Resources.getText(Resources.java:430)
at android.content.res.HwResources.getText(HwResources.java:463)
at android.widget.TextView.setText(TextView.java:6019)
at io.onhigh.funtech.android.memorld2.ui.feedv2.dto.ContentView.onResolved(ContentView.java:25)
`
【问题讨论】:
-
@Shashanth 是 --------
标签: android android-recyclerview