Files
amnezia-client/client/android/res/layout/camera_preview.xml
T

11 lines
376 B
XML
Raw Normal View History

2023-11-21 22:48:52 +03:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.camera.view.PreviewView
android:id="@+id/viewFinder"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>