wujushan
wujushan
You can modify the source code . Adding an OnGlobalLayoutListener before invoking the method show() will work for me ``` public void show() { if (progressArc == null) { this.getViewTreeObserver().addOnGlobalLayoutListener(...
加载markdown文件,图片放在assets下,图片名字没有下滑线,同样也无法显示图片: `  ` > 2021-01-04 14:41:16.576 20238-20273/zhou.demo I/RichText: RichTextPool --> cache hit -- text 2021-01-04 14:41:16.581 20238-20273/zhou.demo I/RichText: DefaultImageGetter --> cache hit -- memory > file:///android_asset/helper.png 2021-01-04 14:41:16.587 20238-20238/zhou.demo...
可以试下overlay网络模式
> 怎么支持圆角? > How to support Rounded Rectangle? Please help solve this problem, thank you ! Use method `path.quadTo()` or `path.rQuadTo()` can meet your requirement, for example: Assume the `radius`...
> こんにちは、角を丸く追加する方法 > 丸い角を追加するにはどうすればよいですか? Use method `path.quadTo()` or `path.rQuadTo()` can meet your requirement, for example: Assume the `radius` is what you want defined in your View, the code snippet below...
> > I am also having to label something like this. > > The labeling tool should use auto OCR so that it becomes easy to work for these cases....
Thanks @knowrohit
+1 this would be useful feature
https://github.com/FeiGeChuanShu/ncnn-android-yolox/blob/main/app/src/main/jni/yolox.cpp#L352 注释掉mean_normalize就可以了