
自定义控件
明月春秋
这个作者很懒,什么都没留下…
展开
-
RecorderManager安卓仿微信自定义音视频录制第三方库
因为在项目中经常需要使用音视频录制,所以写了一个公共库RecorderManager,欢迎大家使用。一.效果展示仿微信界面视频录制2.音频录制界面比较简单,就不放图了二.引用1.Add it in your root build.gradle at the end of repositoriesallprojects { repositories { ... mav...原创 2019-01-29 18:07:45 · 12565 阅读 · 18 评论 -
实现自定义任意圆角的WebView、RecyclerView等任意控件
实现自定义任意圆角的WebView、RecyclerView等任意控件以自定义RoundWebView为例以自定义RoundWebView为例public class RoundWebView extends WebView { private Path mPath = new Path(); private RectF mRectF = new RectF(); ...原创 2020-03-28 22:31:09 · 632 阅读 · 1 评论