os操作系统资料,附有12个文件,分别为《pyos》(哈工大binghua论坛图形系统源代码)、《Sean[1]. Programming guide and sample code for RTL8139 family. 1999(8139).zip》(RTL8139网卡编程资料)、《AT Attachment with Packe Interface.pdf》(ATAPI硬盘和光驱驱动资料)、《Intel系列CPU指令速查手册.doc》(汇编CPU指令)、《Linux011-Mem-Yua
最近项目需求是实现高亮功能引导页的效果,查了很多资料Android确实没有类似iOS的抠图的现成控件,就自己写一个,具体如下:
Demo
代码
public class HighLightLayout extends FrameLayout {
private Paint mPaint;
private Path mPath = new Path();
private List mRegions;
public HighLightLayout(NonNull Context