Skip to content

Instantly share code, notes, and snippets.

@nagendrababu143
Created September 26, 2018 09:31
Show Gist options
  • Save nagendrababu143/74b11110550cf21d0cad6ed2c01e8696 to your computer and use it in GitHub Desktop.
Save nagendrababu143/74b11110550cf21d0cad6ed2c01e8696 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/topLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:keepScreenOn="true">
<com.google.android.gms.samples.vision.ocrreader.ui.camera.CameraSourcePreview
android:id="@+id/preview"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.gms.samples.vision.ocrreader.ui.camera.GraphicOverlay
android:id="@+id/graphicOverlay"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</com.google.android.gms.samples.vision.ocrreader.ui.camera.CameraSourcePreview>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment