# FocusSurfaceView **Repository Path**: Coder_Tiger/FocusSurfaceView ## Basic Information - **Project Name**: FocusSurfaceView - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-21 - **Last Updated**: 2022-04-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FocusSurfaceView ## 简介 修改开源库:[FocusSurfaceView](https://github.com/CGmaybe10/FocusSurfaceView),在此表示感谢,喜欢的可以自己参考原库进行改写。 ## 增加的功能 * 绘制边框外的文字,可以设置文字内容,颜色,大小 * 参考demo的方向设置,可以使预览图和最后得到的bitmap视角相同,解决某些手机上图片旋转的问题 ## 使用方法 Step 1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories: ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` Step 2. Add the dependency ``` dependencies { compile 'com.github.wzgl5533:FocusSurfaceView:1.0.4' } ``` ## 效果图 ![wzgl_demo](https://github.com/wzgl5533/FocusSurfaceView/blob/master/screenshots/wzgl_demo.jpg) ## 附言 Demo仅供参考,感谢原库作者,如果有什么需求也可以自己改写,有问题能帮助的,一定尽力帮助,如有瑕疵请谅解,欢迎指正。 本库源于自己项目的需求。 ## 备注 如果你要了解更多,可以直接看源码或者关注原作者的项目,喝水不忘挖井人,喜欢的可以打个星,欢迎不断扩展 > 可以直接添加依赖库到工程中(AS),ES的只能复制了 ## 关于我的点滴 简书:[小胖归来](http://www.jianshu.com/p/0a313554364b) CSDN:[奔跑的小虎](http://blog.csdn.net/wzgl708937822)