We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e07c0 commit a0eb76eCopy full SHA for a0eb76e
demo-android/src/main/java/com/highcapable/pangutext/demo/ui/ListActivity.kt
@@ -30,7 +30,7 @@ import com.highcapable.pangutext.demo.databinding.AdapterListBinding
30
import com.highcapable.pangutext.demo.ui.base.BaseActivity
31
32
class ListActivity : BaseActivity<ActivityListBinding>() {
33
-
+
34
private val listData = List(100) { "这是第${it}条Data演示" }
35
36
override fun onCreate(savedInstanceState: Bundle?) {
0 commit comments