Created
September 26, 2018 09:31
-
-
Save nagendrababu143/74b11110550cf21d0cad6ed2c01e8696 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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