将摄像头和返回按钮调整到屏幕下

main
liuguijing 8 months ago
parent 3e68e400c7
commit 1db258f1df

@ -17,13 +17,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#000" >
tools:ignore="MissingDefaultResource">
<com.xypower.mppreview.AutoFitTextureView
android:id="@+id/texture"
@ -31,7 +26,6 @@
android:layout_height="match_parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
</FrameLayout>

Loading…
Cancel
Save