Skip to content

Instantly share code, notes, and snippets.

@apkelly
Last active January 16, 2019 22:38
Show Gist options
  • Save apkelly/3c4524b3f36b0dd066340f925c4c7e4b to your computer and use it in GitHub Desktop.
Save apkelly/3c4524b3f36b0dd066340f925c4c7e4b to your computer and use it in GitHub Desktop.
activity_main.xml
<?xml version="1.0" encoding="utf-8"?>
<devnibbles.android.facialrecognition.common.CameraSourcePreview
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/preview"
android:layout_width="match_parent"
android:layout_height="match_parent">
<devnibbles.android.facialrecognition.common.GraphicOverlay
android:id="@+id/faceOverlay"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</devnibbles.android.facialrecognition.common.CameraSourcePreview>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment