clj12081103

Results 7 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毫秒的延迟

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