⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 faces.xml.svn-base

📁 透過jjil在android上實現haar人臉偵測 
💻 SVN-BASE
字号:
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
	xmlns:app="http://schemas.android.com/apk/res/jjil.app.facedetect"
	android:layout_width="fill_parent"
    android:layout_height="fill_parent" android:orientation="horizontal">
<jjil.app.facedetect.FaceView
	android:descendantFocusability="blocksDescendants" 
	android:id="@+id/detectedFaces" 
	android:layout_height="fill_parent" 
	android:layout_width="fill_parent" android:scaleType="fitXY"/>
</FrameLayout>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -