2019-06-26 18:10:57 -04: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">
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.mediasend.camerax.CameraXView
|
|
|
|
android:id="@+id/camerax_camera"
|
2019-10-09 17:16:23 -03:00
|
|
|
android:layout_gravity="center"
|
2019-06-26 18:10:57 -04:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/camerax_controls_container"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
|
|
</FrameLayout>
|