摘要: Android图片裁剪开源代码,实现图片翻转,裁剪,可以自己定义调节裁剪比例,已经自定义裁剪框等.The Cropper is an image cropping tool. It provides a way to set an image in XML and programmatically, and displays a resizable crop window on top of the image. Calling the method getCroppedImage() will then return the Bitmap marked by the crop window. 阅读全文
posted @ 2013-10-31 15:40 道奇兔 阅读(250) 评论(0) 推荐(0)
摘要: 自定义实现区间范围选择。The RangeBar is similar to an enhanced SeekBar widget, though it doesn’t make use of the SeekBar. It provides for the selection of a range of values rather than a single value. The selectable range values are discrete values designated by tick marks; the thumb (handle) will snap to the n 阅读全文
posted @ 2013-10-31 15:35 道奇兔 阅读(386) 评论(0) 推荐(0)