Fix layout_height typo: match_height -> match_parent

This commit is contained in:
xiajiid
2026-02-08 15:50:09 +08:00
parent a6c96c4dd7
commit 81c12711d0

View File

@@ -4,7 +4,7 @@
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_height"
android:layout_height="match_parent"
tools:context=".MainActivity">
<!-- CameraView for displaying the camera preview -->