East Tec Eraser 2006 ver. 7.1.0.945


East Tec Eraser 2006 ver. 7.1.0.945 | 9 Mb

East-Tec Eraser will protect your data and privacy and remove all evidence of your computer and online activity. It goes beyond U.S. Department of Defense standards for the permanent erasure of digital information and easily removes every trace of sensitive data from your computer. Completely destroy information stored without your knowledge or approval: Internet history, Web pages and pictures from sites visited on the Internet, unwanted cookies, chatroom conversations, deleted e-mail messages, temporary files, the Windows swap file, the Recycle Bin and previously deleted files that may be recovered by anyone that has access to your computer or by hackers, private investigators and law enforcement agencies.

 
好的,下面是一个画图板app的SurfaceView的xml文件的示例代码: ``` <?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <SurfaceView android:id="@+id/drawing_surface_view" android:layout_width="match_parent" android:layout_height="match_parent" /> <LinearLayout android:id="@+id/toolbar_layout" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:background="@color/colorPrimary" android:gravity="center_vertical" android:paddingStart="16dp" android:paddingEnd="16dp"> <ImageButton android:id="@+id/btn_undo" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@android:color/transparent" android:src="@drawable/ic_undo" android:contentDescription="@string/undo" /> <ImageButton android:id="@+id/btn_redo" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@android:color/transparent" android:src="@drawable/ic_redo" android:contentDescription="@string/redo" /> <View android:layout_width="0dp" android:layout_height="0dp" android:layout_weight="1" /> <ImageButton android:id="@+id/btn_color_palette" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@android:color/transparent" android:src="@drawable/ic_color" android:contentDescription="@string/color_palette" /> <ImageButton android:id="@+id/btn_eraser" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@android:color/transparent" android:src="@drawable/ic_eraser" android:contentDescription="@string/eraser" /> <ImageButton android:id="@+id/btn_save" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@android:color/transparent" android:src="@drawable/ic_save" android:contentDescription="@string/save" /> <ImageButton android:id="@+id/btn_share" android:layout_width="wrap_content" android:layout_height="wrap_content" android:background="@android:color/transparent" android:src="@drawable/ic_share" android:contentDescription="@string/share" /> </LinearLayout> </FrameLayout> ``` 这个xml文件包含一个SurfaceView和一个工具栏LinearLayout。SurfaceView用于绘制图形,工具栏LinearLayout包含撤销、恢复、颜色选择、橡皮擦、保存和分享等功能按钮。你可以根据自己的需求进行修改和扩展。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值