clj12081103

Results 8 comments of clj12081103

![WechatIMG132](https://user-images.githubusercontent.com/16871234/86340362-5cb20980-bc87-11ea-8508-461512432a9f.jpeg) 建议画text的paint用Paint.Style.FILL

`RxGalleryFinal .with(this) .image() .radio() .cropAspectRatioOptions(0,new AspectRatio("",750f,320f)) .crop() .imageLoader(ImageLoaderType.GLIDE) .subscribe(new RxBusResultSubscriber() { @Override protected void onEvent(ImageRadioResultEvent imageRadioResultEvent) throws Exception { //图片选择结果 ImageCropBean result = imageRadioResultEvent.getResult(); String s = result.getCropPath(); Logger.e(s); Glide.with(getApplicationContext()).load(Uri.fromFile(new...

给activity设置一个theme,像楼上那样

``` public void notifyDataChanged() { if (tableData != null) { config.setPaint(paint); //开启线程 isNotifying.set(true); new Thread(new Runnable() { @Override public void run() { //long start = System.currentTimeMillis(); parser.parse(tableData); TableInfo info =...

有什么好的解决办法吗,我现在是用Handler.postDelayed()加了500毫秒的延迟

那我重新设置数据后,怎么才能保持之前的缩放比例

> 相同的问题,最近几天出现的,在设置-站点里把站点都删除之后,从CookieCloud也添加不进去站点了。手动添加站点Rousi提示: > > ![Image](https://github.com/user-attachments/assets/7f4304f5-99fe-4c65-b919-c57ad8eb756b) > > 2025.5.7编译: 经测试,在今天release的v2.4.4版本此问题已修复 我今天也遇到了,我2.4.8版本