?? faces.xml.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 + -