Fix layout_height typo: match_height -> match_parent
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user