GIndoc

Results 7 comments of GIndoc

edit the style.css under the asset folder, and add code like this: `img { width:80%; }`

@f630088281 1、 richEditor.setInputEnabled(false); 2、第二问题没碰到

同样遇到这个问题,具体情况是: task.enqueue(listener) // 第一次开启下载任务 -> task.cancel() -> listener.canceled(DownloadTask task) -> listener.progress(DownloadTask task, long currentOffset, long totalLength) // 此时totalLength是正常的 -> task.enqueue(listener) // 第二次开启同一个下载任务 -> task.cancel() -> listener.canceled(DownloadTask task) -> listener.progress(DownloadTask task,...

@Calion54 You are right.I have the same problem, but if I set the LayoutManager before setAdapter, it works.