clj12081103
clj12081103
 建议画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毫秒的延迟
那我重新设置数据后,怎么才能保持之前的缩放比例