Skip to content

Instantly share code, notes, and snippets.

@GeorgCantor
Created March 14, 2021 18:03
Show Gist options
  • Save GeorgCantor/9c51151f78bd559c8138201defa32bb1 to your computer and use it in GitHub Desktop.
Save GeorgCantor/9c51151f78bd559c8138201defa32bb1 to your computer and use it in GitHub Desktop.
<LinearLayout
android:id="@+id/top_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:keepScreenOn="true"
android:orientation="vertical">
<team.marker.util.camera.CameraSourcePreview
android:id="@+id/preview"
android:layout_width="match_parent"
android:layout_height="match_parent">
<team.marker.util.camera.GraphicOverlay
android:id="@+id/graphic_overlay"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:forceDarkAllowed="false" />
</team.marker.util.camera.CameraSourcePreview>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment