jingchangfa

Results 8 issues of jingchangfa

RxGalleryFinal rx = RxGalleryFinal.with(context) .image() .radio() .imageLoader(ImageLoaderType.GLIDE) .subscribe(new RxBusResultSubscriber() { @Override protected void onEvent(ImageRadioResultEvent imageRadioResultEvent) throws Exception { // 图片选择的回调 } }); //自定义裁剪 rx.cropAspectRatioOptions(0, new AspectRatio("3:3", 30, 30))//方形裁剪 .crop() .openGallery();...

// 对方法进行扩展~(直接改的源码) public boolean onSingleTapConfirmed(MotionEvent e) { //触发点击 if (mOnClickListener != null) { mOnClickListener.onClick(PinchImageView.this); } if (null != imageOnClickListener){ // 获取触摸点的坐标 x, y float x = e.getX(); float y =...

/** 出现的原因: 年月日 list用了懒加载。。。, 看了看源码,作者写的不讲究~~~ 作者大哥fix一下吧 */

sourceView what role, how do i customize the keyboard? How does inputAccessoryView in WPEditorField work and how to change inputView