<View
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/black_90"></View>
<View
android:layout_width="match_parent"
android:layout_height="1px"
android:background="@color/black_90"></View>
Android自定义画线(模拟指针)今天和大家分享一下自定义画线功能,效果其实和安卓里开发者模式下的“指针位置”功能类似的,大概就是一个空白的界面,随着手指移动不断画线,话不多说,码上~创建空白的Activity、画笔画布display = ScreenUtils.getDisplay(this); //创建bitmap,宽 高,图片的参数 bitmap = Bit
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M