faces.xml.svn-base
来自「透過jjil在android上實現haar人臉偵測 」· SVN-BASE 代码 · 共 12 行
SVN-BASE
12 行
<?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 + =
减小字号Ctrl + -
显示快捷键?